| Thread | Last Post | Replies |
|
| VS 2005..Attaching event handlers | 21 May 2007 17:23 GMT | 2 |
In VS 2003, I was able to add event handlers in the InitializeComponent function. In VS 2005, I can no longer see the auto- generated code. I tried to add the event handler for a button in the Page_Load event,
|
| ModelPopup | 21 May 2007 17:06 GMT | 1 |
Error Message: TargetControl property cannot be null. In ModelPopup AJAX Control tool kit. When adding the popup programtically using Show(). ASP.NET 2.0 / C#
|
| ASP.NET ListBox, post back and focus of selected items | 21 May 2007 16:25 GMT | 6 |
Issue: After post back selected item of a list box is getting out of focus (when it contains more items than it's size). I have a List Box in an ASPX page. I select an item from the ListBox and after post back the item is still selected but it is not focused
|
| Killing Excel instance | 21 May 2007 16:19 GMT | 5 |
Hi! All, I am using a ASP.NEt application, wherein i am automating Execl object. I am not able to destroy the instance, eve if I write this to destroy the instance of Excel. Please find the code below
|
| XML parse | 21 May 2007 16:12 GMT | 4 |
I have an xml file with these nodes <soap:Envelope xmlns:soap="http://blabla"> <soap:body> <ProcessResponse xmlns="http://anotherblabla">
|
| easier way to to type compairisions | 21 May 2007 15:42 GMT | 1 |
i have: if gvr.FindControl(objPosNeg1).GetType.ToString = "System.Web.UI.WebControls.label" then ...
|
| Make my login page https:// | 21 May 2007 14:29 GMT | 1 |
Hi fveryBody: How can I make my login page in my web site that made by asp.net 2.0, used the https:// protocal . any help will be appreciated
|
| Microsoft home page | 21 May 2007 13:33 GMT | 1 |
In MS home page, under "All Microsoft links", on clicking any one of the link a popup window displays. How excatly this is implemented if any one can let me know...I want to implement similar functionality in my home page. ASP.NET 2.0 / C#
|
| Add JavaScript functions to body tag | 21 May 2007 13:02 GMT | 2 |
In an ASP.NET 2.0 application using masterpages, how can I add a 'load' and 'unload' JavaScript function to the body tag for some aspx page that uses the masterpage. I don't want to add it to the masterpage because it's just for one page.
|
| Potential bug: ASP.NET session variables and file watcher service | 21 May 2007 12:13 GMT | 1 |
I have an interesting issue, I hope someone can shead light on: I have a 2 server "web farm" with a web app that produces image files. To ensure synchronization of content on both machines, we have built a vb.net (2.0) file watcher service to keep the web folders synchronized ...
|
| Noway to create a transparent gif with gdi ! | 21 May 2007 09:52 GMT | 5 |
I am trying to crete a gif file with transparent backcolor on the fly but it seems that GDI refuses to do this. I am using samples from Bob Powell but it doesn't seem to work. First create a Bitmap
|
| Accessing an Access database in ASP.Net 2.0 | 21 May 2007 09:21 GMT | 5 |
I have an ASP.NET 2.0 application developed in VB.net, that accesses an Microsoft Access database. When the database is on the same IIS server all works just fine. BUT when it tried to access the same database on a different
|
| Windows Authentication in ASP.NET 2.0 | 21 May 2007 08:10 GMT | 1 |
We creating intranet web pages which run under ASP.NET and IIS 6. We don't want the user to have to type a password so we are using Windows Authentication. The web.config file has the following set:
|
| control control | 21 May 2007 06:01 GMT | 2 |
I have a control that displays an random image whenever the page is loaded. I wanna have a button that says click me for a new image I just want the control to be reloaded, not the whole page. Can I do that ***with the existing setup as i just described** ?
|
| Conditional confirmation dialog | 21 May 2007 04:35 GMT | 3 |
I have an aspx webform with several controls and a 'Save' button to save product details. When the user clicks on the 'Save' button, my C# code behind connects to a Sybase database (via oledb) and checks if a product with the same name already exists. If it does't exist the code
|