| Thread | Last Post | Replies |
|
| sorting XML data in DG | 10 Jul 2007 19:34 GMT | 3 |
I have an XML file that is successfully displaying in my datagrid on my .aspx. I need to sort the data before it displays: Here's my .aspx code: <%@ import Namespace="System.Data" %>
|
| Unable to create the web | 10 Jul 2007 19:34 GMT | 5 |
I am running VS 2005 with Service Pack on Windows 2003 server. All I was trying to do is to create a new website. I am getting an error message: Unable to create the Web 'http://MySite'. Could not find a Webserver at
|
| newbie question | 10 Jul 2007 18:24 GMT | 1 |
I am a C/C++ programmer and I have MSVC2005 professional. I want to develop my first ASP.NET application and web page. I started to read some tutorials but I found that I should create the web page manually ( placing different objects on page and adding events to them and so ...
|
| app_code folder in Orcas | 10 Jul 2007 17:44 GMT | 1 |
i have some project using app_code in asp.net of vs2005 these project converted to orcas version but class in app_code is not working.. is orcas not support?
|
| access denied on dll | 10 Jul 2007 17:29 GMT | 8 |
I am trying to move an application from my system to a new test system. I really should have tried an easier program first, but I didn't really have a chance. My application was originally written in ASP.NET 1.1, but was migrated to 2.0 during development. The reason this is an ...
|
| Creating a Data Source | 10 Jul 2007 16:46 GMT | 1 |
I have Visual Basic code in the Page_Load event that makes a connection to an Excel 11.0 file. Is it possible to do the equivalent using a data source so it existed on the form? If so, how? A data source would be handy since I need to retrieve the Excel data from
|
| adding data from multiline text box | 10 Jul 2007 16:38 GMT | 2 |
I'm new to the asp.net programming world and one of my first projects is to create an entry form for managers to enter in some information about their employees. My form has a multiline text box so the manager can add 1 or more employeess. They have to enter in the ...
|
| Ajax and browser compatibilty | 10 Jul 2007 15:26 GMT | 4 |
Just considering my first ajax enabled site.... I notice that Ajax is 'compatible with most modern browsers'. What do you more experienced ajax users do when it comes to older browser compatiblity? i.e. don't worry about it / warn the user / code for older browsers also;
|
| Downloading a file from a server that requires a digital certifica | 10 Jul 2007 15:24 GMT | 1 |
Not sure this is the right place to ask my question, please bear with me. After reading the question, if you think there should be a different place let me know. I need to automate a daily download of a file from a server that requires a
|
| Beginner's question about textboxes, | 10 Jul 2007 14:54 GMT | 2 |
I have an ASP.NET page that fills a textbox in the load event of the page textbox1.text = "Some text" I would like to this page to run in the way that the user could edit the text in the textbox, and when he clicks a button, this edited text will be
|
| Advice on best way to migrate to a library | 10 Jul 2007 14:43 GMT | 9 |
I've developed software (vb.net) that renders maps using svg. My manager would like this "mapping component" to be migrated into a library so it can easily be used by other web based applications. So far so good. However, the page that generates the svg (currently a .aspx file) ...
|
| Can VS 2005 Trial version get integrated to Visual Source Safe 6.0 | 10 Jul 2007 14:04 GMT | 2 |
Can VS 2005 Trial version get integrated to Visual Source Safe 6.0
|
| Use HTML <input type="file" > instead of .Net FileUpload control? | 10 Jul 2007 14:01 GMT | 3 |
Would it be possible to access the file CONTENT in codebehind for a standard: <input id="htmlFile" type="file" /> Then in codebehind:
|
| Base page refrence | 10 Jul 2007 14:01 GMT | 3 |
I have a web page which inherits from another page called Basepage. In the Base page class I want to get reference of any gridview which is in derived page. How to do that? Thanks
|
| Some controls cannot RenderControl | 10 Jul 2007 13:18 GMT | 2 |
Hi group, I'm trying to get the outputted html from some specific controls on a page, and I'm finding that some controls will render fine, while others will throw the error that "[control] must be placed inside a form tag with
|