First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
How to use javascript alert in asp.net with vb
I want to use javascript to do the equivalent to this Windows Form code on an asp.net webpage using VB: if x = 2 and y = 3 then messagebox.show("This is a message") end if Many of the code I've found appears to be obsolete or includes lots of other bells and whistles (adding an alert to a datagrid or a contr... 5 May 2010 18:17
ListView for simple category, data layout
I have a datalist that simply displays a webpage title, webpage description and a url : ''''''''''''' <form Runat="Server"> <asp:datalist id="dlstList" RepeatColumns="2" width="700px" runat="server" cellspacing="8"> <ItemTemplate> <span class="body11-blk"><%# Container.DataItem( "webtitle" )%></ spa... 29 Apr 2010 14:41
How to modify the HTTP Header for a WebService in .NET 2.0(RFC2617)
plz can some body send me working code on .net so that i can call a webservice using HTTP BASIC Authentication(RFC2617), I am not able to call jmy webservice. Plz help me out. Kunal From http://www.developmentnow.com/g/8_2006_2_0_0_697965/How-to-modify-the-HTTP-Header-for-a-WebService-in-NET-2-0.htm Posted via D... 29 Apr 2010 08:59
aspx, ascx, and events
Hi, is the following a reasonable way to do things, or what would be better? The set up is as follows: I have an aspx, with many ascx's on it. The ascx's are not aware of each other, but they do depend on data from each other. Eg. (1) "search ascx" which accepts user input, and issues a request to a url and r... 28 Apr 2010 22:00
modify default xml sitemap provider to allow images
I need to allow images for links in the default xml sitemap provider. Is there a way to do this? ... 28 Apr 2010 18:37
Alternative for user instance login flag ?
I have SQL Server 2008 Developer Edition only installed on development PC, have 2008 Standard Edition on the production server. The DBAs have the production environemnt locked-down. I created a VS.NET 2008 web application and setup a MDF to use my Dev Edition DB instance. When I run the app, I try to connect an... 28 Apr 2010 17:28
Image Handling
I have a Function in an external class, that accepts a byte array and tries to convert it to a .bmp image, but I'm getting "A generic error occurred in GDI+" exception error on the 3rd line when I try to save the image. The code I have is as follows. Any help you can offer would be appreciated. Thank you in ... 30 Apr 2010 02:56
Session State Sql with webDev.webserver SLOW
Why is the Session state SQl server so Slow when debugging with VS2010 and webdev.webserver20 ? Works ok on IIs 7 but in development takes 1+minute to complete the render, even after the the asp.net code has finished , still sits there waiting.... If i uses Inproc works ok, but then the webDev server keeps ... 29 Apr 2010 14:41
Chrome and Menu Control
I have an asp.net 3.5 framework website that uses asp.net Menu controls both horizontal and vertical. When I use the website on IE or Firefox the controls work and look fine. However, when using Google Chrome, they look strange and background, alignment and hover properties do not work correctly. Is there any... 28 Apr 2010 10:36
Try to open the Data Access Page
Hi, I am a newbie who needs some help. I am having problems connecting to an online SQL server database. I am using Access 2003 and SQL Server 2008 and Internet Explorer 8.0. I have already add it to the trusted site as it mentions below. Data Access Pages has detected that your IE security settings will ... 3 May 2010 09:50
First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60