Description:
Microsoft .NET technology newsgroup.
|
|
|
Incorrect Syntax Near... Error Message
|
| |
Hi, When I execute the code below, I get an error message "Incorrect syntax near usp_Has_Access". Shared DefaultDBConn As String = ConfigurationManager.Connectio nStrings ("QuickSize_WebConnectionStrin g").ConnectionString Public Shared Function IsUserAuthorized(ByVal sLanID As String) As Boolean... more »
|
|
Calling Events from web page
|
| |
Could someone please help: I'm trying to understand how you would call these two events from a web page. AnonymousIdentification_Creati ng and Profile_MigrateAnonymous. The Author of the book I'm reading states that they can be called from the web page's source. I have included what the author of the book I'm reading states about... more »
|
|
Jquery click checkbox
|
| |
Is there a way to use JQuery to select a checkbox in a GridView object? You can use it to select rows or highlight rows. But I am trying to Select a GridRow that I can handle in my C# code later during postback. I would like to be able to drag select if possible (Select the rows by holding down the mouse, drag down a few rows which are highlighted and... more »
|
|
Need asp.net controls free
|
| |
Hi, I'm currently creating an ERP Application using ASP.NET an SQLServer. I need some controls other than available in Visual studio. Where can I get it.
|
|
Question on calling system events
|
| |
Could someone please help: I'm trying to understand how you would call these two events from a web page. AnonymousIdentification_Creati ng and Profile_MigrateAnonymous. The Author of the book I'm reading states that they can be called from the web page's source. "HOW DO YOU CALL THEM". I have included what the author of the book I'm reading states about... more »
|
|
Prohibiting access to web service resources?
|
| |
I want to build my first web service and I need to know more about security. (I already posted to microsoft.public.dotnet.framew ork.aspnet.security with no response). Specifically, I want to make it completely impossible for any outside user to have any access to any of the files stored on the web server. This is to include any data files,... more »
|
|
Thumbnail Image Grainy
|
| |
I found this link to create a thumbnail image. [link] But the thumbnail image looks grainy. If I take the same image, resample it in corel photopaint at 72dpi, the image is nice and small and not grainy at all ( sharp ). I was wondering if there is anything else that can be done to a jpg as you... more »
|
|
Saving list<> across postbacks
|
| |
I have a page that is using a List collection (list<>) and I want to save it across postbacks. I tried adding it to my ViewState but get an error: Type 'AutoUPS.ClientList' in Assembly 'AutoUPS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable. How do I set this up so I can save it?... more »
|
|
|