i am dynamically adding text box in gridview.now i enter a value in textbox and i want to compare this value with another textbox value in the client side through javascripe .can i do it. Pls help.
guptaalok12 0 Light Poster
Recommended Answers
Jump to Postu said u r dynamically adding textboxes in u r datagrid,for that set attributes to runat at server like this
txt.attributes.add("ruant","server");
just like any other text comparision u can do the coding
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.