| Thread | Last Post | Replies |
|
| items.insert into dropdown in datagrid | 09 Oct 2007 21:07 GMT | 5 |
I need to add a line to choose a size into a dropdown . Since I have the dropdown nested inside a datagrid this is not working.When a page displays there are several rows of dropdowns but only the top dropdown has the option added. The others do not.
|
| phpbb login from ASP | 09 Oct 2007 20:26 GMT | 5 |
I need to login to phpbb Forum when user clicks a ASP:Login control. I can do this by posting a form to phpbb/login.php with username and password ( the user & password I know ). My problem is that this has to be on an ASP page. I don't think you can
|
| CR report connStr | 09 Oct 2007 20:20 GMT | 11 |
Hi, how can I pass the ConnectionString from web.config to a CR report? Thanks!
|
| unable to access web services on new server | 09 Oct 2007 19:58 GMT | 4 |
I moved my web services to a new web server and now I can't access the web services through my web app. I am able to access them using IE: (http://newservername:110/webService/GetUsers.asmx) that works, but when I try to run my app that is using this web service it fails. I looked ...
|
| image urls | 09 Oct 2007 19:57 GMT | 4 |
On an aspx page I am trying to place an image which can be clicked on to download a file. Neither the image or the url of the doc are known until runtime Textbox1.text contains the url of a word document and textbox2.text contains
|
| Create / remove directory | 09 Oct 2007 18:58 GMT | 2 |
Hello. I have problem with create and then remove directory on my site. It works like this. My page 1) create directory Directory.CreateDirectory(DirectoryPath);
|
| Application restart IIS7 | 09 Oct 2007 17:13 GMT | 1 |
We are creating .aspx and .aspx.vb files in our application using the StreamWriter. This works fine in IIS6, but when doing this in IIS7 the application restarts every time. Any ideas?
|
| What codes grab the IP address? | 09 Oct 2007 16:45 GMT | 7 |
What codes grab the IP address? Thanks, Joe
|
| update panel issues | 09 Oct 2007 16:44 GMT | 1 |
I have a gridview on my page that I put in an UpdatePanel. Now when I click on a row in my gridview, my selectIndex doesn't fire. I can no longer view my associated gridview for my selected row. What would cause this and how can I get it working again?
|
| Ending Execution without Response.end | 09 Oct 2007 16:33 GMT | 1 |
Hi, i have a function in CBasePage called AjaxShowMessageBox(message) that displays javascript alert using ScriptManager.RegisterStartupScript And I have this file, TEST.ASPX page which inherits CBagePage
|
| Use Method inside ASMX file | 09 Oct 2007 16:33 GMT | 1 |
In a VB code file I need to use a method from an ASMX file. How can I do that? Thanks, Miguel
|
| System.OutOfMemoryException in asp.net web application | 09 Oct 2007 16:25 GMT | 3 |
We are getting System.OutOfMemoryException exception in an asp.net application hosted on IIS. The problem is popping up randomly once every few days.The web server needs to be restarted as users keep on getting 'Server Application Unavailable'
|
| Adding a new row to a datagrid without a dataset | 09 Oct 2007 16:21 GMT | 2 |
I'm on version 1.1. Not sure if this is possible. I've got a datagrid on a webpage with 3 columns, ID, Name and Email. The datagrid does not need to be connected to a datasource. I just want it to be populated by user selection from a drop down
|
| Setting the Framework version on Deployment | 09 Oct 2007 16:15 GMT | 2 |
I have created a setup project for my webservice. So far I've been able to set the name of the virtual directory and a number of other custom properties but the one thing I can't seem to figure out how to do is to specify which version of the framework the virtual directory
|
| CrystalReport1.prt | 09 Oct 2007 15:50 GMT | 1 |
When we create CrystalReport1.prt for a winform, the system create CrystalReport1.cs for us. If we create CrystalReport1.prt for a webform, there's no CrystalReport1.cs created for us. Am I missing something? I see some sample code using statements like "private CrystalReport1 ...
|