-
Thank you, Here the case is, I am able to update the first page from second page, but to see the updated value of the first page, I have to click on to the browser refresh(F5) button- not getting outomatically refreshed. thanks I will try your answer also. thank you
-
Dear, my webpage has a GridView with LinkButton and paging. While clicking the LinkButton it opens another web page. This web page contain Button_Click event. What i need is after the Button_Click the first web page should refresh automatically and it should go to the same page of the GridView (...like...
-
Dear All, I am using template column in the grid view... I have to use 3 SPs to fill the columns of the gridview and the 3 fields will be blank for entering the user data.. In the Item template section in the HTML design I can only specify the fields of any one SPs.. Can We combine all 3 dataset returns...
-
Thank you praveen, I do like below. all other pages the same code working fine, but in this case not.... Design <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" > <Columns> <asp:TemplateField HeaderText=" "> <ItemTemplate>...
-
Hai guys, Could you tell, How to implement SEO. Any basic idea about it.
-
Hai guys, Let me know how canI develop a webpage, in that when i click a button on asp.net page, show some changes in silverlight page. eg: When i click a server button in asp.net page, silverlight page shows a message.
-
Hi, My question is about inserting RTF in the body part of a e-mail . I can already insert the RTF File as attachment (AlternateView), but thats not what i want. I need it in the Body of the E-Mail. with regards Balu Chand
-
Hi I'm having a Crystal Report Created using the PULL Method (Directly Connected to the DB from the Report ). Now i needed to change the same report to PUSH Method (using .xsd File), but when i do that , i wil loss all my report design and i have to re-create my design fro the beginning. Is there...
-
I have an aspx page , contain a PDFViewer control(third party dll) which will display the pdffile inside the page. The pdf document is an editable doc contain personal information fields. when the User fill the pdf form and Click the save button placed in the aspx page...how can i get the pdf field values...
-
Hai Techies I have an ASP.NET application .I want to assign an object of XMLDocument class to a session variable.In my web.config the session mode is "Stateserver". When running the program i am getting an error like "Serialization cant be applicable when session mode is set as stateserver...