When i click on the gridview cells. its working fine. once i click on the pagination then again i have to click the gridview cells.
Regards, A Jabeer Ali
When i click on the gridview cells. its working fine. once i click on the pagination then again i have to click the gridview cells.
Regards, A Jabeer Ali
yes
Regards, A Jabeer Ali
Hi folks, I have the gridview and made the paging property set to true. and its working fine until i click on the gridview. Once i click the gridview then if i click on the pagination then again i have to click the gridview. Please some one help me. its very urgent.
Regards, A Jabeer Ali
Can you send some Sample Code for Server.URLEncode. Because it gives error to me
Regards, A Jabeer Ali
Hi Please find which Cause the problem Response.Redirect("PrintQuote.aspx?Print=" + grdVwAgentQuote.SelectedRow.Cells[7].Text+" & Quote="+TextBox1.Text); dataPrinting = adapterprinting.GetData(int.Parse(Request.QueryString["Print"].ToString()), int.Parse(Request.QueryString["Quote"].ToString())); When i just call one querystring. Its Working Fine. But if i call both the QueryString Then the Null Exception is showing on the Print. But if i pass only Print as queryString its working Fine.Please advice to solve the issue.
Regards, A Jabeer Ali
Did any one take the Source code from the Client Side. Is that possible in c#.net.
Regards, A Jabeer Ali
How do you say that any one can read the code. How come this is possible.This is not open source rite. Please give me some proof.
Regards, A Jabeer Ali
I need to print my whole asp page. Can you tell me the command
Regards, A Jabeer Ali
S mate. ur Rite But that javascript is not even Called by the onload event.
Regards, A Jabeer Ali
No No. I have done ur clientclick Event. Which is working fine. But i need the same type of event for the Page onload Event also. Would you help me.
Regards, A Jabeer Ali
How do you Print the Data. I need the Sample Code.
Regards, A Jabeer Ali
How to print the Data from asp.net
Regards, A Jabeer Ali
Thank u thats working fine. and do you have any solution for the onload event.
Regards, A Jabeer Ali
How to use the Javascript function in asp.net. THis is my sample code. <%@ Page Language="C#" AutoEventWireup="false" CodeFile="Default.aspx.cs" Inherits="_Default" %> function displayMessage() { alert("Hello world!"); } Untitled Page
Regards, A Jabeer Ali
Hi All, How can i change the value of the hashtable at run time. The Value for the Hastable is already set. Now i have to replace with my Value. :doh:Please anyone help to solve this issue.:rose:
Regards, A Jabeer Ali
There is such option available. U mean to say Ispostback Option. If i give the Ispostback option. When the page refresh that will also run.
Regards, A Jabeer Ali
Can you Help me in changing the Architecture
Regards, A Jabeer Ali
Check the Row Template for this Line DataGridViewRow { Index=-1 }
Regards, A Jabeer Ali
When i change the method of the Form to "POST". Then if i refresh the Page is asking me confirmation Dialog. If i press ok then the Textbox is Created else not. But i need even that should not be happen.
Regards, A Jabeer Ali
Sorry My friend. This Option is available in net.2005 for ASP:gridview. what version u r using?
Regards, A Jabeer Ali