GridView change charset on SelectedIndex
Hi! I have a very strange problem. I populate a gridview control with a list containing swedish cities and that looks fine. But once I click on one of the rows in the gridview to select that specif...
2 replies
File paths
Hi all I am writing an site were the user can create Pdfs of invoices orders etc. I want to save them in a location that is not in the web server directory, which i can do with no problem. Bu...
0 replies
Setting bit flag enum value in aspx file ?
Using dotnet 2.0. Say I have a user control like the following : public partial class Controls_MyControl : System.Web.UI.UserControl { [Flags] public enum SomeBitFlag { Op...
0 replies
Fetching control values from a gridview TemplateField
I have a gridview wich contains a mix of boundfields and templatefields. While the boundfields can be retrieved w/o problems, I am at a loss to get the values of the template fields. I googled arou...
3 replies
Update without PostBack?
I am using a DropDownList in my web page. I simply need to put the text of the selected index into a sql query, when the user click a save button. The problem is that the change of text in the Dro...
1 replies
Re: Design reports in Word or Excel
"David Thielen" <thielen@nospam.nospam> wrote in message news:98818CC0-CE51-4BFB-885B-4E3D9AAB7843@microsoft.com... > using this for the reporting component of their ASP.NET ap...
1 replies
Re: Painting Image Section
You could use the GDI library. It's a fairly big topic, google it. "Don" <Don@discussions.microsoft.com> wrote in message news:50FDD4DC-6D7F-4A4C-9F53-50496296FDCD@microsoft.com....
1 replies
Re: Getting HttpSessionState for SessionID
Hello Aidy, just open the SQL Session scripts and u will find the structure --- WBR, Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour "The greatest danger for m...
0 replies
Getting HttpSessionState for SessionID
Is it possible to get an HttpSessionState object by its id. http://www.alvas.net - Audio tools for C# and VB.Net developers
5 replies
Re: linq and asp.net
"Nedim" <Nedim@discussions.microsoft.com> wrote in message news:57FE2D36-A205-43A2-805F-6739E5E5D86B@microsoft.com... > so please help, should i go back to the datasets which r...
3 replies
Panel not maintaining scroll position
I am new to ASP .NET. In my webpage there is a panel with vertical scroll bar enabled.Inside the panel there is a treeview control.I'm populating its nodes at run time through database connection...
0 replies
First Prev Last