| Thread | Last Post | Replies |
|
| interim values | 16 Mar 2006 18:00 GMT | 4 |
I am using a custom server control in my webpage which renders some html. while it creates the html, it develops an arraylist of values. Is there a way to capture the arraylist from the control so it can also be used on the same web page ? this needs to happen in the post back.
|
| Funky address change. | 16 Mar 2006 17:58 GMT | 3 |
Just recently have I noticed that when we run our production application it is adding some funky directory to the address, (fwuhjo45ohmpj35552vwim55), which doesn't exist but it still works. This wasn't happening when we first deployed the web application. Has anyone else seen ...
|
| VbScript | 16 Mar 2006 17:41 GMT | 5 |
Has VbScript become obsolete in Asp.Net 2.0? I can't seem to find any documentation on using VbScript with Asp.Net 2.0. Does this mean that the three years of knowledge I have using VbScript is no longer usable and that I have to learn JavaScript/JScript? Converting and Asp 3 ...
|
| getting the ID of the current server control | 16 Mar 2006 17:40 GMT | 4 |
What would be the right way to get the ID of a server control inside an event for that same server control? For example: I have this textbox called textbox1 which the following event code attached:
|
| Strange exceptions in ASP.NET + COM application | 16 Mar 2006 17:39 GMT | 2 |
We have some code that is written in COM. It was used in a "ISAPI-extension server " and everithing was fine. And it is fine at the moment. But now this code is used from the ASP.NET server. And we receive some
|
| populate public property from a function | 16 Mar 2006 17:38 GMT | 4 |
I have a public property in my server control and I want to populate it with values generated by the control. When I assign the value of the property to a function in the control, which creates the values, I get a compilation error that says the function doesn't have all the other ...
|
| upload/download huge files | 16 Mar 2006 17:33 GMT | 4 |
Our company has to find a way to transfer huge files, target is maximum of 6GB, between sites so we are looking to find the best way to do it. There are lots of criteria we need but the most important is secure, fast, and fault tolerant. We already have a secure website between
|
| read jpeg | 16 Mar 2006 17:06 GMT | 2 |
I am making a web page where I need to show somewhere in the page a webcam without component like activex. In my webcam I can read the last picture with the following command: http://192.168.1.34/jpg/image.jpg
|
| Service Unavailable under Windows Server 2003 | 16 Mar 2006 16:49 GMT | 2 |
We have one site where whenever they try to connect to our web application they are getting a "Service Unavailable" message. there is no HTTP error code and no other information. the have installed ASP.NET and of course IIS. They are trying the connection on the local machine. If ...
|
| Export Datagrid to Excel | 16 Mar 2006 16:48 GMT | 6 |
I have to export data inside the datagrid into an excel worksheet. I have to do this on button click event. I am trying to do like this. First get the DataTable from the datagrid and iterate through each row to get the data. I am not able to get the DataTable from the datagrid. ...
|
| Web site not available | 16 Mar 2006 16:32 GMT | 7 |
I have a site created by asp net, due to the weekend construction, this particular site need to be shut down during the weekend. I wonder if there is a quick way to have a page or whatever method (without recompiling the whole apps), so that when users try accessing
|
| 2.0: custom attributes not rendered for textbox | 16 Mar 2006 16:19 GMT | 2 |
i have the following code in an aspx page, inside a server form: <asp:TextBox ID="txtPageTitle" runat="server" dir='<%# this.HtmlTextDirection %>' lang='<%# this.HtmlLanguageCode %>'>
|
| convert local time to another country time | 16 Mar 2006 16:18 GMT | 2 |
My web server is not my country, so server's time and my country time is different. So code runs on server, for example when I run DateTime.Now() function
|
| Changing pages | 16 Mar 2006 16:16 GMT | 1 |
Just wondering if in ASP .NET 2.0 C# you can change the web page programatically? I am wanting to click a button, perform some code in the button click function, and then change pages.
|
| Create shortcut for website programlly | 16 Mar 2006 16:12 GMT | 3 |
We build a web site and have some registred user, we want to offer such a feature that the user can access our site from his or her desktop shortcut and want it be log on automatic. So I plan to add some code , that create the shortcut for our user, the
|