Hi,
I need some help in exporting my datatable to an excel file. I only need some specific columns in my datatable to be exported to the excel. I have successfully completed the task until ...
I have asked this question before and tried many fixed but wondering if anyone can offer any more suggestions.
TCP Provider: An existing connection was forcibly closed by the remote host.
...
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...
I have developed a site that uses both static ASP.net Textboxes and Dynamically created textboxes to hold dollar amounts. I have also created a javascript that allows the user to type in " 1+...
I have a gridview that is pulling data from a database, in the gridview i have 3 radio buttons per row - once the grid is populated, I want to retrieve data from another table to select the ra...
I have 2 Div tags in my ASPX page and i need to set the height, width of the Div's Based on certain conditions..
How can i achieve this using a C# Code behind file?
What property needs t...
How do I trigger my AJAX UpdatePanel when the user clicks an ImageButton(ImageButton1) thats embedded in my GridView as a TemplateColumn? The code pasted below seems to work as expected the fi...
I have a dataTable with three columns Category, Item, Amount.
From that dataTable I need to do a "Group By Category, Item"
I need a VB.Net Solution.
Thanks,
Daniel
This is my first web site. I'm using visual studio 2005 to create an ASP.net website with vb.net (I started with "A blank ASP.NET Web site"). I have a gridview whose DataSourceID is set to a...
I need to build a dropdown listing the week ending date in the text and the week number in the value from either the beginning of the year or a specified week number up to last week. I think ...
Hello all. I have a For Loop where I have to piece together a datatable. How can I create a datatable with 3 columns and then create a row with 3 variables I will have each time through my...
Greetings all
I have a simple (very) page that with a textbox, two labels and a button, as well as a hidden field.
When the Textbix text changes, the TextBox.Text is copied to Label1 an...
get this error every minute and makes some of my asp.net apps to fail
The Open Procedure for service "ASP.NET_2.0.50727" in DLL "C:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_perf.dll"...
I have a GridView bound to the dataset. When I click Edit button I have a drop down list bound to the different database table. Let's say in column 3 in normal mode I have Label that has value...
I'm having some problems connecting to my datasource within a C# script in ASP.net.
I have the following commands:
SqlConnection conn = new SqlConnection("Data Source=localhost; database...
Hello all. If I have a table in my ASPX that is using traditional radio input buttons, how can I select one of them as checked through my code behind when I need to select a checked value? I...
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 am searching for a solution that can read/write configuration information from/to C# object.
This used to be possible using MS Enterprise Library Configuration Application Block but ...
Hi,
I'm using formdetails to add/update data.
On one page, it is working fine, on another I keep getting the error 1036 (ORA-01036: illegal variable name/number) when I try to update a recor...
hi
I have an asp.net c# imagebutton control as shown below - how can i get this control to call my javascript function chk() whcih i have declared in my html head section?
<asp:imagebut...
is there a drop down list date selector in ajax
drop down list date of birth for example.
(month day year)
Jan 01 2001
Jan 02 2002
Hi,
I am a software developer for last 5 yrs working primarly with ASP.NET web apps.I would like to get certified now.I was planning on MSTS certification for .NET 3.5 and ASP.NET.I skimmed t...
Ok, this makes no sense. I am not able to see the web project when I open the .sln. It's greyed out. So naturally I try to remove and re-add it back to the solution. But I get this message...
Hello Experts,
How can I get a hyperlink control to run server-side code with an "onclick" event?
Thanks,
GRCHELPDESK
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...