| Thread | Last Post | Replies |
|
| what sql datatype should be used with radio buttons or checkboxes? | 19 Mar 2006 18:57 GMT | 4 |
Not sure what SQL datatype should be used with radiobuttons since MS SQL doesn't support a boolean datatype. I would like to bind radiobuttons to an SqlDataSource. Thanks for any suggestions on this.
|
| Configuration Error in Windows 2003.net Server | 19 Mar 2006 16:00 GMT | 1 |
Im pulling my hair out on this one... I have recently purchased a new PC to replace my existing server. My website, running on IIS6 was using ASP.net pages sucessfully before I did the migration onto the new PC. To cut a long story short, I keep on getting the error msg, ...
|
| Response.WriteFile | 19 Mar 2006 15:48 GMT | 1 |
I have situation like this, a file is made on server, then the clinet is downloading it to his machine and afterwards i wish to delete file on the server, unfortunately if i'm doing it like that, it doesn't work: Response.AppendHeader("content-disposition","attachment;
|
| control caching based on value | 19 Mar 2006 15:40 GMT | 2 |
Hello. I'm trying to figure out how to cache a user control based on a given value. Here's my scenario: * I have 3 properties in a user control which I set programatically in my aspx.vb page. I want to cache the control based on one of the properties.
|
| Page_Load Problem | 19 Mar 2006 15:04 GMT | 2 |
I am generating a popup window for data entry using the javascript window.open function: window.open('ViewItem.aspx', Index, WindowSetUp) ; I need to generate some controls dynamically in ViewItem.aspx, the type of
|
| How do I use the DefaultButton setting when using Master Pages? | 19 Mar 2006 09:15 GMT | 2 |
My subject message pretty musch explains it. By Default the Form definition sits at the Master Page file. Is there a way I can access the setting from my Content Page that uses a Master Page?
|
| Accessing folders outside of ASP.Net website | 19 Mar 2006 05:29 GMT | 2 |
This is a dumb newbie questions: I have an asp.net 2.0 website that needs to access a folder out on another server. It needs to look at this folder and process files which are uploaded by another program. What is the proper way to doing
|
| Does the datagrid have repeatdirection? | 19 Mar 2006 04:44 GMT | 1 |
I saw it in the datalist and could not find where it applied to anything besides the datalist. I want my datagrid to scroll horizontally a certain number like a datalist, but i want paging like a datagrid. I don't suppose there is any easy way to make a datagrid
|
| Displaying problem with FireFox | 19 Mar 2006 02:06 GMT | 3 |
I'm building my website using asp.net and vb and it looks fine with IE. Howevery, when I view it using FireFox web browser, my textboxes and tables expand horizonally (become much longer). As the result, the alignment of my web pages just went crazy. Does anyone know why or have ...
|
| DataGrid and Icon | 19 Mar 2006 01:37 GMT | 4 |
I've a problem with DataGrid and Icon. Incons are in DataGrid's cells next to the other data. And now. When i cklick this icon i want to change icon without reload site. How to do this?
|
| Consuming RSS Feeds on My Site | 19 Mar 2006 01:34 GMT | 2 |
Question: How easy is it to have RSS feeds consumed on my site, and is there any EASY (your dealing with a newbie) tutorials that explain how to write the code. I am looking for a tutorial that holds my hand (or something close to it) and gives me step by step instructions. Thank ...
|
| Can we find out IP address? | 19 Mar 2006 00:03 GMT | 4 |
Hi, guys, Do we have a .net function to find out what is the IP address of IIS server? Thanks.
|
| Unable to cast object of type 'ASP.main_master' to type 'ASP.main_master'. | 18 Mar 2006 23:54 GMT | 1 |
Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\mysite\00fde41c\efd931db\App_Web_msn3-rrs.8.cs Line: 0 I get this error randomly. Some times, in the middle of the run, the application just start
|
| Calling exe with parameter doesn't work.... | 18 Mar 2006 23:52 GMT | 5 |
I wish to use an exe file, it looks like this: System.Diagnostics.Process mysqldump = new System.Diagnostics.Process(); mysqldump.StartInfo.FileName = @"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqldump.exe";
|
| Toggle div part. | 18 Mar 2006 22:57 GMT | 2 |
How can i use the existing controls to get me a [+] which toggles a div part? I was trying the treeview but that one does not have itemtemplates. I'm trying the get me a WYSWYG so i can edit the contents with VWD directly.
|