Re: Remember me in Login control.
If you kick the person to the login page, it should automatically cycle him back to the page he desires. If you want a user to be remembered for full session time, even if he drops his browser, yo...
0 replies
Asp.Net Silverlight Media and Xaml control
Bonjour, With Asp.Net futures (Microsoft.Web.Preview), I can't use the Media and Xaml controls (Silverlight). I've got this error messages, with several wmv files: Execution error: Micros...
1 replies
Viewing pda .net website on a blackberry connect handset
Hi all and happy new year, hope everyone had a good time off work!! I have a problem, we have created a .net web application aimed at pda's using Windows Mobile 5 and above and it works great. No...
0 replies
Looking for a good ecommerce solution
Can anyone suggest a good ecommerce shopping cart system for ASP.NET 2.0. It has to be: 1. STABLE (most important), 2. Have a good administration area for maintaining products, reports etc 3. ...
11 replies
Error about Request.Form when doing postback
There is a TextBox on my Page that I add the text to in the Init event. When I do a PostBack, I recieve the following error: A potentially dangerous Request.Form value was detected from the clien...
1 replies
Problem accessing control from inside other control
I have a validator that I wrote by inheriting from BaseValidator. At certain points in the code, I need to access other controls on the page containing the validator. I have the IDs of these contr...
3 replies
access hidden object from java script
hi all Using C#, .NET1.1. I need to pass a string of text to the final html output and then capture it with java script on the client side. I found that I can place my string in and then acce...
1 replies
how to bind a repeater with an arraylist
i was trying to bind a repeater with an arraylist. what i was not able to figure out was what should i use in the Eval("") expression. Any suggestions .
4 replies
Clear History
Framework: Visual Studio 2005 Technology: ASP.NET 2.0 Language: C#.NET 2.0 Hi All, Is there a way to programmaticlly clear a selected few URL's from the "History" section of our In...
1 replies
asp.net unit testing - how to handle redirects
I try to figure out how to write unit tests for asp.net. I am using the Microsoft.VisualStudio.TestTools.UnitTesting.Web namespace with Visual Studio 2008. The simple case work as expected, for...
5 replies
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 Next Last