Click here to Skip to main content
15,911,707 members

Comments by teja u (Top 6 by date)

teja u 22-Jul-14 5:30am View    
thank u very much its working
teja u 18-Jul-14 7:38am View    
just add empty deleting event :

protected void GridView1_rowdeleting(object sender, GridViewDeleteEventArgs e)
{

}
teja u 16-Jul-14 8:55am View    
where a.appoimentdate= '"+DateTime.Now.ToString("yyyy-MM-dd")+"';
like this u hav to write in aspx.cs
teja u 16-Jul-14 8:53am View    
which error ?
teja u 16-Jul-14 8:46am View    
Write this condition:

where a.appoimentdate= DateTime.Now.ToString("yyyy-MM-dd")

just check which format u have entered in database . .