Here is my problem... On first page, i have some fields for user input. Based on user input on first page, will display the results on second page. On second page, i have modify button, which takes me to first page. So clicking on reset button on first page doesn't clear off all the fields if i coming from second page. Before submitting the first page, the values are resetting.
immu5
Posts
-
Java script reset problem -
Java script reset problemI have one asp.net page (Page1) with llots of controls. After submitting this page, I have another page (Page2) on which there is one link which redirects me again to the same page from which I came from but with prefilled values. On the original page (Page1), there is one link "Clear Fields". Onclick of this link I want to clear all the controls. document.forms[0].reset() --- Not working in this case. Before submitting the form, if I fill up the values and click on "Clear Fields" link, I am able to reset all the controls but once I submit the form and came back to the same page, the above javascript code is not working. Can anyone help me!!
-
AJAX Control toolkit Modal Popup Extender not working in IE properly, but works in FFHi My modalpopup panel displays behind the background class of the modal extender(and it is also not positioning to center). And Backgound also not covering entire screen. Z-index is setting properly. Works in FF. Any suggestions would really appreciate.
-
How to loop through a ASP.Net Repeater using JQueryI don't understand what your saying... sorry i am a beginner to development. my problem here is i have a div tag with asp label controls on it. By default i am not going to show it. On Page Load i will fill the repeater with all the values ( you can say with 3 rows) Each row contains Details link, if i click on the details link i have to show the div tag. When i am showing the div i have to assign the values related to particular row to labels in my div. Hope you understand.
-
How to loop through a ASP.Net Repeater using JQueryCan you provide me an example of above functionality? Thanks in advance !!
-
How to loop through a ASP.Net Repeater using JQueryNot from my ass... :laugh: I mean to say the data is at server or bind to repeater items. I have gone through the Jquery dialog, but it doesn't populate the data. Can you please help me out if you know better way of doing this?
-
How to loop through a ASP.Net Repeater using JQueryMy repeater is as below
<tr> <td class="dataRowTxt" width="110px"> <%# (DataBinder.Eval(Container.DataItem, "Name"))%> </td> <td class="dataRowTxt" width="70px"> <%# (DataBinder.Eval(Container.DataItem, "InterestRate","{0:0.000}%"))%> </td> <td class="dataRowTxt" width="92px"> <asp:LinkButton runat="server" class="dataRowLnk" > <%# (DataBinder.Eval(Container.DataItem, "MonthlyPayment","{0:C}"))%></asp:LinkButton> </tr>
When i click on the link button, i have to show the a div or a modal popup with values (resides at my backend) related to particular row. Hope you are clear now. -
How to loop through a ASP.Net Repeater using JQueryCan you please let me know how to do this?
-
How to loop through a ASP.Net Repeater using JQueryHi, I have a repeater with rows with different values. When i click on a row i have to show div with Repeater row values on it. Is there anyway to do this using JQuery or Client side functionality? Help on this really appreciate it.
-
Displaying a modal popup with a click on a link in the repeaterDo you have any example of this?
-
Displaying a modal popup with a click on a link in the repeaterGuys, I have a repeater with links and data. If i click on one link in a particular row in that repeater, i have to display a modal popup with the values associated to that particular row. Can you suggest how to do it?
-
Convert html contols to asp.net controls programaticallyI know runat=server attribute. What i want is: Is there any way to change the html controls to asp.net controls programatically.
-
Convert html contols to asp.net controls programaticallyHello All, I have got a web design template in .HTML format. I want to parse the html file and convert that into .Aspx format programatically and then add to my ASP.Net project and start coding that. for e.g. if i have <input type="text" value="hello" /> tag in my html page, i want this to be converted as an asp.net control programatically <asp:textbox id="TextBox1" runat="server" /> I want for all the html controls to be converted into asp.net controls. Is there any tool available for this. Thanx in Advance
-
Conversion of html page to aspx pageI know copy & paste thing and add runat="server" attribute. Apart from usual things, Can we change html controls to asp.net controls programatically. If you know, please provide me some code. Thanks
-
Conversion of html page to aspx pageIs there any other way to do it, if tool is not available? Give me some sample example. Thanks in advance
-
Conversion of html page to aspx pageCan you provide me some sort of example?
-
Conversion of html page to aspx pageHello All, I have got a web design template in .HTML format. I want to parse the html file and convert that into .Aspx format programatically and then add to my ASP.Net project and start coding that. for e.g. if i have tag in my html page, i want this to be converted as an asp.net control programatically I want for all the html controls to be converted into asp.net controls. Is there any tool available for this. Thanx in Advance
-
Issue with cookies while using Mac Safari browserwe are setting few cookies in web application.when we try to access application using safari browser on Mac operating system,one of the cookies is not set. when we tried with another machine(Mac) safari browser, we are able to see cookie being created but it is not expiring as we set in code.we are not sure why this is happening with that particular cookie only. but other cookies are working as expected.we didn't get any issues with other browsers(IE and Firefox in windows) Thank you in advance
-
Javascript dialog box -
validator control modal pop-upYou can set the TargetControlId in design with the hidden(dummy) buttonid.