Click here to Skip to main content
15,913,939 members

Comments by deepa5 (Top 15 by date)

deepa5 3-May-12 8:54am View    
i have already use this.but i want to this on page load when any of control is click not a particular a button click
deepa5 28-Apr-12 7:48am View    
UPDATE BookMaster SET AuthorName=@Author,Pages=@Pages,Title=@Title,Publisher=@Publisher,Year=@Date WHERE ISBN=@ISBN"
this is my query for update the data.But this is updating the data only first time.
deepa5 28-Apr-12 7:47am View    
I have made a batch file for my service then it give to task scheduler.It runs and also update the data at first time but I am given the settings in task scheduler to run every 5 minutes.so service is running on every 5 min but second time data is not updated.
deepa5 11-Apr-12 8:07am View    
Deleted
suppose i have date into database is 11-04-2012 then week start from this date and show the data of last 7 days from this date.then how to do this???
deepa5 4-Apr-12 2:57am View    
problem is that when we select first row then its color changed but when select another row then how to first row color change??