-
Background: I have a web user control on which I have an asp.net TextBox: < asp : TextBox ID ="tbASPNETControl" runat ="server"> ASP.NET Control </ asp : TextBox > Also, I have a button on this web user control when which it's clicked, it should show this text box...
-
Hello guys and/or gals, Ok, here's my situation. It's a tricky one -- well, probably not for ya'll. I have a web page that I'm building that has address information on it. I currently have some textboxes on my form for address, city, state, zip, county, country, move-in date and move...
-
Hi all I need to get a value from the client side, using javascript function, and use that value to populate a datagrid in the aspx page load event(i replaced datagrid with textbox for now). i dont want the user to click on a button first. Can anyone help? this is not working at all because its stuck...
-
Hi to all i am new to this forum and you are all doing great.I have a solution for you in Gantt chart . You can create gant chart using jsGantt library .Its purely written in JAVASCRIPT ,HTML, CSS and easy to integrate with any language.The complete tutorial is here http://codeglobe.blogspot.com/2009...
-
My sugggestion, WORKING!!! for me: var oneRadioButton = document.getElementById( "<%= RadioButtonList1.UniqueID %>" ); var radio = document.getElementsByName(oneRadioButton.name); for (var j = 0; j < radio.length; j++) { if (radio[j]. checked ) alert(radio[j]. value ); } http:...
-
Would you like to develop next web app with C# or VB.NET, but no JavaScript and no Update Panels? Well, Gaia Ajax is tha thingy... What's new? Doubled Speed Massive performance gains — up to 50% — in Ajax callbacks. Zero ViewState Improved internal ViewState logic — For you: even less data sent,...
-
Since our
inception in 1967, Augmentation, Inc. has garnered a large and diversified base
of clientele whose need for qualified personnel encompasses a wide field of
temporary and permanent technical expertise. This being the case, assignment at
an Augmentation, Inc. client places you at some of the...
Posted to
Jobs
(Forum)
by
slundin
on
02-10-2009, 12:00 AM
Filed under: SQL, us citizens, visual studio .net, ASP.Net, css, dynamic applications, Javascript
-
Hi all, I'm using a bit of code (attached) from the 4Guys website to add a CheckAll CheckBox to a GridView. I'm having a minor usability problem. When you click the header CheckBox all the boxes fill correctly and when you un-check it they correctly un-check. However, If you click any other CheckBox...
-
hi all, i have a repeter inside which I'm binding multiple gridview into item template. every gridview have multiple textbox in its item template. i want to validate these textboxes using javascript. i tried asp.net validation control but the records are in thousands then its not working properly...
Posted to
Client Side Web Development
(Forum)
by
suhaib.faizy
on
01-02-2009, 12:00 AM
Filed under: ASP 2.0 and Javascript, asp.NET, ASP.NET Javascript onclick, gridview javascript, gridview javascript attributes, Gridview javascript bind, GridViewiew ASP.NEt javascript, How to Disable Right Click on Web Page and also Disable Save and Save As option, javascipt, javascript, Javascript Asp .Net, javascript function, javascript in asp.net, gridview
-
Hi I am having a .asp page, which has a TemplateField within a GridView. This TemplateField has a TextBox in its FooterTemplate. What i am trying to do is, when the user enters data in the TextBox and clicks on the button(outside the GridView), i am trying to extract the data entered in the textbox by...