3
Answers

how to createe a css class

kumar

kumar

16y
2.1k
1

hai friends ,

           i want to give my page very attractive so i want to create or insert a stylesheet in my web page , i don't  know that , if any one know's that plz give a css code and procedure to create and insert the css ,
                                       thank's in advance

Answers (3)
2
Prakash Reddy

Prakash Reddy

NA 201 14 8y
In asp.net
put the text box in gridview and bind data to text box and put default enabled="false"; 
in each text box
In c#

private void OnKeyDownHandler(object sender, KeyEventArgs e)   
      {            
if (e.KeyCode == Keys.Enter)
{
//enabletextbox here
//textbox1.enabled="true";
}
   }
0
Joseph K

Joseph K

NA 205 10.4k 8y
Hi Prakash,
               Thanks for your reply.I am using ASP.Net gridview.Is there class is there for keyeventargs?