Hi,
I have a Gridview control which is under UpdatePanel control using AJAX.
When I click the Select button in the GridView the SelectedIndexChanged button is not getting triggered asynchronously.
It works fine if I remove the UpdatePanel Control but in that case it will do a PostBack and...
Hi Guys,
I want to execute this code in Page_Load event.
if (!Page.ClientScript.IsStartupScriptRegistered(this.GetType(),"PScript"))
{
string strJS = "<script language='javascript'>alert('test');";
this.Page.ClientScript.RegisterStartupScript(this.GetType(), "PScript", strJS);
}
For...
Hi,
I have a Gridview with a button as one of the columns.
This is not a select button.
How do I get access to the selected row of the GridViewRow Control and access the row in the button's click event.
Thanks
Pr.
I am trying to connect to TeraDatabase from an ASP.NET 2.0 application using Teradata.Client.Provider.
I get the following error :
System.DllNotFoundException: Unable to load DLL 'wincli32.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F) at...
Hi Guys,
We have a new development Server with IIS 6.0 and .NET framework 1.1.432 installed.
What we want to do is move all the project files from the local pc to this server so that there is a single location.
How can we use the IIS installed on this server from my machine ? I donot want to...
Hi Guys,
Can I put One Control on top of the other in ASP.Net ?
I need to place a text box on top of a hyperlink control so that at run time either the text box or hyperlink control is visible ? Even if I set one control's visible property to off it still takes the space. I do not want the...
Hi Guys,
Can I put One Control on top of the other in html ?
I need to place a text box on top of a hyperlink control so that at run time either the text box or hyperlink control is visible ? Even if I set one control's visible property to off it still takes the space.
Can this be done ...
Hi Guys,
I was wondering if there is any way to validate a user typeed link.
The user is going to type or copy the link in a text box.
Is there any way to validate this link through some code ?
Thanks
Pr
Hi Guys,
I have an ASP.NET application. I am tring to create a rtf file in a folder data which is under the Default folder.
Whenever it tried to create the file it gives me an error "Access to the path "d:\sites\default\wwwroot\data\719102336.rtf" is denied."
I tried giving read write...
Hi Guys,
I have being using the ASP.NEt Web application option in visual studio 2003.
I have just installed visual studio 2005 and was looking for the ASP.NET Web application option and couldn't find it.
How do I create a web application in VS 2005 ?. Any ideas
Thanks.
Premal
Hi Guys,
Is there any way we can call a C dll in .Net.
I have a C DLL and am trying to call one of the functions of the dll but the return value is a huge number.
Does any one have an example which use a C dll in .net ?
Thank you
Premal.
Hi Guys,
How do I put "" (2 quotes) in a string ?
I want to do something like this (excel formula) =IF(A12="","",B12/E39) but through code.
Thanks
Premal
Hi Guys,
In my page whenever the user leaves the page I want to save all the data. So onbeforeunload event I call __dopostback('butUpdate',''). I have written a javascript function
function __dopostback(eventTarget,eventArgument) {
var theform = document.Form1;
theform.__EVENTTARGET.value =...
Hi Guys,
I have a Asp.NEt application in which I want the output to be in a PDF file.
I am able to create the out put in a pdf format but when I try to view it, it shows me a blank page. Here's the code I have:
Response.BufferOutput = True
Response.Clear()...
Hi Guys,
I need to Set the Legend names as a reference to a cell value.
i.e. I have a line graph with 2 series. The Series name is usually a string value (column name).
What I want is it should be a reference to the column heading so that if the heading changes the graphs legend names are...
Hi Guys,
I have a ASP.Net Application in which I do a response.redirect and call a htm page.
I have to pass a error description to the htm page. I do not want to use the query string method.
Is there any other method by which I can show the error description in the html page dynamically...
Hi Guys,
I have looking for a .NET is 100 percent safe managed code
which produces Excel Spreadsheets and should also support extensive Excel Charts.
We have tried OfficeWriter and Office Web Compoments but have problems with it so can't use it on the Web Server.
Any Ideas
Thanks
Premal
Hi Guys,
I have a menu Item "Test" which is in a link
<a HREF=" & sPage & " class=menuNormal> " & sMenuItem & " </a>"
I want to remove the underline in the link ? is this possible ? Any Ideas ?
Thanks
Premal
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.