Hi,
On Windows XP Professional and IIS v5.1, I am running a C#, ASP.NET 3.5 web application. It references Microsoft.Office.Interop.Excel (Microsoft Excel 12.0 Object Library). I am using Exc...
I have a Visual Studio 2005 asp app with a GridView. In the row_created event I do the following :
e.Row.Attributes.Add("onmouseover", "this.style.cursor='hand';this.style.text...
Experts,
I am trying to read the innter html for a TD that runs at server. This TD has an image control and some labels. It gives me the below error:
Cannot get inner content of td1 becaus...
In VS 2005, I drop a login control on a form and using membership 2.0, how can I write the cookie to the clients machine to remeber the username and password. Security is not an issue, so jus...
i am getting this error using updatedpanel in ASP.NET with AJAX
Control with ID 'UpdatePanelClient' being registered through RegisterAsyncPostBackControl or RegisterPostBackControl must imp...
Hello,
Can someone provide a simple response on how to clear .NET Frameworks 1.1 cache? If you could provide an easy to understand answer it would be greatly appreciated.
Thanks,
...
If I have a repeated inside a gridview and the repeater has #Eval(DataBind... in it as well that I want to be the same databound as the gridview it is nested in, how do I do that? I have a co...
We are trying to use the Microsoft.mshtml on a web application of ours that is running Server 2003. We have tried to deploy it but it always throws the error:
Could not load file or assembl...
I have gridview(AspxGridview) displaying a list of names. I want to add a checkbox to the template and when a user selects a number of checkboxes and hits an 'Add' button I want to get all the...
Hi
I have a CSS file that I use to set the layout of my Gridview like this:
.GridViews
{
font-size:smaller;
font-family:Verdana
}
I would also like to use CSS to set propertie...
Hi,
I have a question to the article:
http://www.dotnetbips.com/displayarticle.aspx?id=79
The Author showed how to pass variables using Server.Transfer, but he showed it for one value a...
Hello experts,
I have a datapager within a ListView control and I cannot seem to find the control to get an instance of it.
I have tried to code attatched but doesn't work.
DataPager ...
Hi i am getting this error
An error occurred creating the configuration section handler for businessObjects/crystalReports/printControl
Can someone debug it for me. I have scratched my ...
I have a strage problem. When trying to read the connectionstring from App.config (System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString) I get Null ...
Hello,
I am writing a c# asp.net web application, using a gridview.
I see that i can change the style using "PagerStyle", but how can i change only the style of the selected page and all ...
I have a checkbox list with 10 items.
One of the item is "Other" . If user checks the "Other" item he has to fill description on a textbox.
I want to put a validation on this if user che...
I wasn't sure which area this question was best suited for, so I apologize if the question topic should be posted under css.
I'm just getting a handle on how to use the cssClass attribute w...
I have a operation that involves over 100 database calls to generate a product list.
then I need to generate an invoice based on the product list.
I want to know how I can implement an i...
I need a robust javascript that will loop through the textboxes on a page and add up the numeric values in them. It must be able to skip any textboxes, by id, that i don't want to include in...
With the Ajax.net modal popup, it is a good way to hide what is not required for the user to see, until the specific action is performed.
But, the "asp:panel" i wanna show at a specific mom...
Hi ,
I have a reference to a namespace missing- System.Web.UI.DataVisualization.Charting;
I have tried right clicking in solution explorer and add reference but there is no System.Web.UI...
Hi,
I am displaying image in a datagrid column as follows:
<asp:TemplateColumn HeaderText="Image">
<ItemTemplate>
<a href='<%# DataBinder.Eval(Container, "DataItem.DrawingFile") %>' t...
Hi
I moved my website from asp.net 2.0 to asp.net 3.5.
Inside the website I have an application like a virtual directory that was build in asp.net 2.0.
Until the main website was in 2.0 I d...
I am creating a UserControl of the Yahoo Calendar for use in Microsoft ASP.NET AJAX and am close to completion at this point. However two bugs remain. The one I need some assistance on is rega...
Hello,
I once asked a question about how to save files (download) from server
into client machine without let the IE ask "open", "save" or "cancel" !!
I found it's impessible, the out...