| Thread | Last Post | Replies |
|
| FrontPage extentions not installed | 10 Jul 2007 12:56 GMT | 2 |
I tried to create a new web site using VS 2005 on Vista Ultimate. The server is on a different box and it runs IIS 6. I get the error "unable to create the web 'http://site'. The web server doe not appear to have the FrontPage extensions installed'.
|
| way to download a client exe app to the client and run it? | 10 Jul 2007 12:52 GMT | 15 |
I would like to tell the user browsing my website download a setup for an exe app (if that doesn't exist on his pc or if his version is different than the one on the server),
|
| GridView bound to ObjectDataSource: How to refresh the Data? | 10 Jul 2007 08:20 GMT | 2 |
I have a GridView that is bound to an ObjectDataSource. After some circumstances, the data behind the ObjectDataSource changes and I need to refresh the ObjectDataSource. What is the best way to refresh the GridView's data?
|
| How to trace the Insert Query of Sql Data Source ? | 10 Jul 2007 08:17 GMT | 1 |
I have created a Insert Query in Sql Data Source using Oracle Database, with the parameters, and its connected with DetailView Control. When I try to Insert through DetailView Control, Illegal Variable Name/Number Error occurs.
|
| EntLIb 3.1 and Ajax Enabled App hosted in Medium trust Probs | 10 Jul 2007 07:58 GMT | 3 |
I have Created an web application using VS 2005, asp.net2.0, Ajax Extensions 1.0,
|
| What is the correct way to do this? | 10 Jul 2007 07:46 GMT | 3 |
I have created a SQL Server Express db in my ASP.Net website. I have a file that contains several SQL statements to create tables (100+) and stored procedures. I am guessing that there has to be a way of creating the database tables and stored procedures from the file with SQL
|
| Problem with MySQL connection | 10 Jul 2007 05:27 GMT | 2 |
I'm trying to get a CreateUserWizard asp component to connect to a MySql Server. I've installed the latest Mysql connector. THep roblem is taht even after modifying web, config to connect to the MySQL server, the ASP.Net application send MS-SQL requests on port 3610
|
| ENTER key in TextBox in ASP.NET 2.0 | 10 Jul 2007 02:12 GMT | 4 |
I add a TextBox with TextMode="MultiLine" so that I can input multilines to the textbox. That's fine. When user input <ENTER> as a new line, it is ok during input to the textbox, but not ok when the textbox content is saved to database (<ENTER> character
|
| Nested ASP.NET projects? | 10 Jul 2007 01:04 GMT | 4 |
I have 2 projects, A and B. Can I nest the projects so that project B is in a subdirectory of Project A? NB for info: These are both signup projects on a secure server, but while we're waiting for a new certificate for project B I need to implement it NOW
|
| Avoid Application Timeout | 10 Jul 2007 01:01 GMT | 10 |
How can I avoid application timeout? Generally a web application time out is 20 minutes, however, we can define this timeout in web.config to any number of minutes. After giving 500 minutes of time out which is about little more than 8 hours, the page expires in less than 2 hours ...
|
| reference profile in class | 10 Jul 2007 00:57 GMT | 4 |
I'm attempting to reference a profile item i set in a class for some reason profile.myitem will be seen in a code file for a page, but not in the class. Anyone know how to reference items in a class? In this case: Profile.FirstName = "myName" is ok in xxx.aspx, but not in
|
| DataBase Structure | 10 Jul 2007 00:34 GMT | 1 |
Hi, I need to develop a multi language website (n language). I want to know which is the best way to do it with sql server. I have a table for news with the next fields id
|
| OnClick event won't fire | 09 Jul 2007 23:59 GMT | 13 |
Snippet: http://www.nomorepasting.com/getpaste.php?pasteid=1020&seen=true&numbered=on&lan goverride=asp Line 37 is where I am having the problem. I can't get the onclick event to fire off. Yet line 16 works like it's supposed to. How do I get my onclick event to work? I tried ...
|
| Newbie question (asp controls and events) | 09 Jul 2007 23:52 GMT | 1 |
I have manually added two radio button controls to my Asp.Net webpage (*.aspx file - souce view). This is the code I added: (I have not included the <%@PAGE directive and <div></div> for brevity sake) <asp:RadioButton
|
| beginners question... | 09 Jul 2007 22:57 GMT | 1 |
Im trying to so a little something with a control, but clearly I don't know how to do it. What I would like to do is have something like... (the variable names are large here to describe what they do...
|