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

Comments by Rajnish D mishra (Top 46 by date)

Rajnish D mishra 24-Mar-15 0:31am View    
any help please
Rajnish D mishra 16-Mar-15 12:46pm View    
lblText.Text = ViewState["lbl"].ToString();
there error show when i click on button btnRespo
Rajnish D mishra 22-Feb-15 13:25pm View    
THANKS IT WORKS FINE
Rajnish D mishra 7-Jan-15 3:35am View    
when i store to my database it will store correctly as formatted .....but when i retrieve from data base it not show formatted data in label
Rajnish D mishra 7-Jan-15 2:31am View    
if (reader.Read())
{

lblEventName.Text = string.Format("{0}", reader["EditTextContain"].ToString());

}