How to get data form other excel file with vba
Last week I got very small project from one of my clients to create vba micro to process data row by row from one excel file brake one text column into records with 250 characters long and write output...
View ArticleHow to create tabs with jquery
Tabs are very popular web2.0 future in web application development. I could not believe how easy to implement tabs with JQuery vs javascript and css. So for start you need to download JQuery css and...
View ArticleWatermark textbox with Jquery
Sometimes contact form on the site doesn’t have place for textbox labels and we need to use textboxes instead of labels on the site or top of texbox. So in help we got JQuery plugin watermaek 1.0 you...
View ArticleBrowse files using ftp in vb.net
Couple post before I described how to upload fiels with vb.net now i will show you function to list all directories on remote server with ftp. Function will accept several parameters like host user...
View Articledelete all items in dropdown list
In asp.net sometimes dropdown list needs to reload. If an AppendDataBoundItems attribute set to true then each time list get reloaded values will be accumulated So before populating a list script need...
View ArticleHow to merge MS Access with Word using vba
Couple days ago got small vba project to fill Microsoft word document with data from access database. The access database UI form has several sub forms in different tabs on top of the form menu bar...
View ArticleHow to hide column in gridview asp.net
Just got a call from customer asking me not to display last two columns on the gridview for some condition. The project was done in c sharp. So I have tryied to do it with one line of code by …...
View Articlehow to connect mysql database with asp.net application
One of my customers has asked me to create application in asp.net which ftp files from host and save them in file directory. I have done application in .Net with C sharp. Couple weeks later, he...
View ArticleHow disable submit button with javascript
I seen some code on codeproject.com web site how to avoid inserting twice when user refresh page in ASP.NET. Here is a quick tip how to prevent double submission of the form request while it is...
View ArticleHow to upload multisheet excel file into ms sql with asp.net
Oh I found excel.dll in http://exceldatareader.codeplex.com/ which was very easy to implement. Couple line of code create stream assign stream from file uploader and create excelreader object then fill...
View ArticleHow to find count of the same character in string with VBA
Last night I was working on new project I had a excel file I need to upload to Sql database. One of the fields contain city region country and see port name. My task was extract ports from that string...
View ArticleHow to change styles in last column of gridview with Jquery
Oh customer wants custom gridview control with last field has a different style vs to rest of the columns. So I got to use Jquery. It would take me tree lines of code to complete this task and css...
View Articlehow to update linked tables in ms access using vba
There is a good practice to keep data and up in different MS Access databases. I got call from user that he is getting errors while opening application. He moved the databases to another drive. So I...
View ArticleUsing com port in .net application
Just finished small project which utilized bill accepted. I had an experience in the past program R232 interface devices with visual basic 6 it was a big deal back days. Today you open Visual studio...
View ArticleJquery UI dialog with asp.net button events are not working
Recently I was working on the project where I used Jquery UI dialog. Inside dialog box I had search text box and button so i set up clientonclick and onclick events when uer click on submit search...
View Article