Click here to Skip to main content
15,891,673 members

Comments by Laxman Auti (Top 7 by date)

Laxman Auti 23-Dec-11 5:05am View    
The answer is in your question (a simple code), why don't you try it once?
Laxman Auti 23-Dec-11 5:03am View    
Its is not good idea to call the methods of global.asax file. AFAIK, those methods are used to handle extreme conditions (like unhandleled exception from the application). If you are looking for logging the errors/exception then you may endup writing a class that will handle logging and you can use that class in global.asax as well as at the location from where you need this method call.
Laxman Auti 23-Dec-11 4:57am View    
Instead of mapping record to the customer name, i would recommend to map the record to customer id (combo box value field) which is generally unique. And, afterwords use that id to fetch other details from the database on demand.
Laxman Auti 5-Jul-10 14:42pm View    
Please accept the answer.
Laxman Auti 30-Jun-10 14:56pm View    
If you could give the example of java script too, that would help author a lot.