| Thread | Last Post | Replies |
|
| Website config tool asp.net 2.0 | 17 Jan 2006 16:47 GMT | 3 |
Hello, I am probably in the wrong forum but any direction would be appreciated. I recently installed the distributable for asp.net 2.0. I notice that with 2.0 the wizards (1.0, 1.1) are no longer in the control panel but instead accessed through a website configuration
|
| Trying to create a Page by code | 17 Jan 2006 16:20 GMT | 2 |
In a C# Web Control library I created this Page / HttpHandler: ================ namespace WebUtils {
|
| How to know supported asp.net version nubmer? | 17 Jan 2006 15:55 GMT | 1 |
Hello, friends, We have Windows Server 2003 machines. We want to check which asp.net version (1.x or 2.0) it supports. How to do this? Any reference paper, or command syntax?
|
| Map web drive | 17 Jan 2006 15:51 GMT | 1 |
I would like to create a website\portal where I can login and have a drive mapped to my desktop like a virtual drive mapping. xdrive already has something like this, but I what to use it for personal reason. I know this can be done, I just do not know where to start.
|
| laptop question | 17 Jan 2006 15:49 GMT | 7 |
Just a question for you all.. I want to buy a laptop and it would be mainly for development Which ones below can you recommend. Sony VAIO FS630/W
|
| webctrl_client display issues...please help... | 17 Jan 2006 15:35 GMT | 2 |
We have been using the "webctrl_client controls" for a while now in a variety of applications. And, at this one a client site where via "localhost" the treeview displays perfectly yet when we try to display the treeview from the ourside world it fails. Just click on the link ...
|
| javascript messagebox help | 17 Jan 2006 15:33 GMT | 1 |
ive read a few tutorials, but i cant get my head round it, all i need is a messagebox that displays "update" "new" on update i want it to update a record, on new i want it to create a new record
|
| Programmatically change IE proxy settings | 17 Jan 2006 15:22 GMT | 1 |
I need to change the IE proxy settings from code. I know I can update the registry directly (HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings). The drawback of this option is that I need to restart IE to inform that the settings have been changed.
|
| StreamWriter.Write or WriteLine causes Session_End | 17 Jan 2006 15:00 GMT | 5 |
If you use StreamWrite Write or WriteLine it causes Session to End! e.g. FileStream fs = File.Open(fileName,FileMode.Append,FileAccess.Write); StreamWriter sw = new StreamWriter(fs);
|
| How to recognise a url as a streaming media | 17 Jan 2006 14:59 GMT | 1 |
I would like to know how can I catch URLs of streaming media when browsing Internet. I am working on a statistic program, which should analyze users' preferences in the Internet club. That means, how frequently are they watching / listening to streaming media, and from
|
| Handling view state with Dynamic controls | 17 Jan 2006 14:32 GMT | 3 |
1) I build a Html Table dynamically (Header Row, and then 2 rows with data All 2 rows have 2 cells: cell(0) contains a delete button (ASP Button), cell(1) contains a HTML Text box 2) On Form Load and get some data from a dataset and then from it's contents
|
| Q: fit to window size | 17 Jan 2006 14:07 GMT | 1 |
How can I make my ASP.Net application fit the internet explorer windows size so that users will see all the components even if they change the windows size. Is this possible?
|
| DataItem!! | 17 Jan 2006 13:53 GMT | 1 |
I have a datagrid which is bound to a DATA READER object. During its item bound event i am trying to retrieve a particular value from the dataitem property. Code:
|
| JavaScript | 17 Jan 2006 13:52 GMT | 5 |
I have the following code that executes JavaScript, is there a way I can put the same JavaScript code in it's own file and execute the code in that file instead of having this JavaScript code in my C# code? private void Page_Load(object sender, System.EventArgs e) { if (!this.Page ...
|
| PostedFile.SaveAs - summary is missing | 17 Jan 2006 13:45 GMT | 1 |
I'm trying to upload files and to use the revision number field of the file. By using PostedFile.SaveAs the files are uploaded. The problem is that the summary tab and the revision number are deleted. Is this behavior is "by design" or it is just a bug?
|