Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: SireeshaPhani [x]
Question 13 May 2013   license: CPOL
Dear,In my application i need to transfer the images from one server to another server using Web Services, Please provide me the solution how to do...Thanks..
Question 30 Apr 2013   license: CPOL
How to get Client System Login from asp.net web application. I have followed.string uname = Request.LogonUserIdentity.Name; I i execute this in my local machine it is retrieving current user name, After deploying in Server, it is returning only Server Logged in Username.Server:...
Question 30 Apr 2013   license: CPOL
Hi All,Please provide me the code how to get the CLient IP address OR Client System Login from Asp.Net web application, I have tried somoe code from googling, but it not worked out. All are returning Server IP address.Thanks.
Question 18 Apr 2013   license: CPOL
System.InvalidOperationExcepti...
Question 16 Apr 2013   license: CPOL
Hi All,I am developing a Web application using Dot Net.It is working fine. But one of the client raised a problem that he could able to open the application in IE9 if he tries to open the Application an error is popup "Internet Explorer has stopped working, windows can check online for a...
Question 14 Apr 2013   license: CPOL
IS There any way that we can show Totals for the Dynamically generated gridview.
Question 14 Apr 2013   license: CPOL
How to freeze Repeater / GridView Footer along with header.Thanks in advance.
Question 14 Apr 2013   license: CPOL
Dear.. In the Code Behindprivate void setData(DataTable dt) // Data table contains 3 rows. ...
Answer 20 Sep 2012   license: CPOL
protected void gvNotes_RowEditing(object sender, GridViewEditEventArgs e) { try { if (gvNotes.EditIndex == -1) { gvNotes.EditIndex = e.NewEditIndex; Label lblID =...
Question 20 Sep 2012   license: CPOL
Hi TeamPlease help me in this. I could not able to find the Control in GridView RowEditing event. Here is my code. protected void gvNotes_RowEditing(object sender, GridViewEditEventArgs e) { if (gvNotes.EditIndex == -1) { ...
Question 14 Sep 2012   license: CPOL
Hi Team,1.I have a ListBox in my page2. I have a gridview which need to render to htmlIf i have set EnableViewState = false then ListBox is not capturing valuesPage.EnableViewState = true;foreach (ListItem li in ddlActOwner.Items) { if (li.Selected) ...
Question 3 Sep 2012   license: CPOL
Hi All,I have a need to get the Client IPAddress on which my Website is running, I have tried the Following Code,string ip = HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];System.Net.IPAddress ip = default(System.Net.IPAddress);ip = new...

Page 1 of 1


Advertise | Privacy | Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid