Hi all, it been a while I am trying to make the gridView Itemtemplate Button even to work. I am not able to do so. There is no way I can make the button click even to fire. here I have the grid
jashimu
Posts
-
GridView TemplateField button click -
NavigationHi all, I need to have two different menu items. One for the top and one for the left. I was trying to connect web.sitemap to top and web1.sitemap to left menu. Both menus getting data from web.sitemap file. Although, I have SiteMapDataSource1 for top menu, and SiteMapDataSource2 for left menu. thanks.
-
GridView Template Field ValueHi All, I am trying to get in my gridView there are two template fields. I need to get those Rows[0] and Cell[0] value. Please help.
"if you don't know ask"
-
retrive gridview cell valueHi All, I need to retrive value of GridView slelected row cell value.
If I click on button1 or Button2 I want to retrive value of a specefic cell value thanks,
-
Custom validationThanks for your help. I end up doing similar what you are saying.
-
Custom validationHi all, I am trying to do custom validation. I have two textBoxes. what I am trying to do is when user enter something in the first textBox then the Second TextBox need to be filled. Anohter word, if the first TextBox has a value then second textBox become required. other wise both textBoxes can be empty. how do I do it. Please help.
-
retrive data from GridViewHi all, I am having trouble getting data from GridView and display or populate into textBox. Senario: I have a GridView first Col is template and it has checkBox as itemtemplate. when I check on of the checkBox it should populate from the selected row's value to a textBox or do other thing. thanks.
-
Regular Expressionthanks for your reply, I know it can be done using back end Csharp code. But how do I display message to user that something is wrong.
-
Regular ExpressionThank you Iqbal bhi, I will get the user input and then compare with present date in the back end. thanks for the date format.
-
Regular ExpressionHi All, I am wondering how to validate date using regular expression and not allowing any future date if the user wants to put it in anyway. thanks,
-
string formateThanks for your reply. it is working for me.
-
string formateHi all, I need to format string and having some problems. when user enter into a textbox i.e "12345678". I need to format this input into this. "12 345 678". I am doing this way but not working
string p = TextBox.Text.Trim();
string.Format("{0},{1},{2}", p.Substring(0,2), p.Substring(2,4), p.Substring(5,7)); -
ListBoxI get it it is true but when I select an item from the listBox it does not fire any even. I am not setting autopostback to true for reason. thanks for your reply.
-
ListBoxHi All, I need to catch an event when user select an item from ListBox. I am not sure if I have to use Javascript. if yes how do I do it. Please halp. Thansk,
-
word document in ASP.NetHi All, I am in trouble at some pint. I am working on a app which collet data from the user or database. Then populate on screen. after that user click submit button then it will write required data on a word form,to a specific Bookmark,which is allready exist and send to printer. I really don't know what would be the best way froward.
-
validate textboxthanks much for you help. Please can you put the code in different format so that I can see it. I can't see all the code. thanks again.
-
validate textboxHi all, I need help validating textBox whether the user input was a correct date format and not empty. I can use RequiredFieldValidator to make sure the textbox is not empty but how do I know is correct date format which support my database.thanks,
-
input validationthis is exactly what is happening. it is not firing the event when I change No to Yes on radio button options All I want is that when the option is changed show two textboxes or not. thanks
-
input validationIf I set autopost back to false then it is not catching the even when I change the selection from yes to No radio button.
-
input validationI alredy have something like this. but when I change my selection the page blink which I am trying to avoid. Just use javascript to do that so it will not go through server.