| Thread | Last Post | Replies |
|
| Need some feedback or advice for my web site | 23 Jan 2007 13:53 GMT | 1 |
I am in the progress of developing a web site whereby developers can do free online tests on various programming languages. I would just like some advice or feedback on ways to improve the site or other comments of the site
|
| Missing an assembly reference | 23 Jan 2007 13:20 GMT | 6 |
I have this program that I'm trying to compile and it flags this error: The type or namespace name 'src' could not be found(are you missing a using directive or an assembly reference?) I've tryed to look for a .dll called src I can't find it. It's only a folder called src that I
|
| Newbie, sending text message to mobile device and SQL Server | 23 Jan 2007 13:14 GMT | 1 |
Hi guys, sorry if this seems stupid :( I've been assign to build an application that receives some text message via (MAIL or SMS), once I got the text I need, a search through a SQL Server database would be done to obtain a text that will be sent to a mobile phone
|
| Error in opening a word document from a web application | 23 Jan 2007 12:12 GMT | 4 |
I have to open a word document from my aspx page.The Page_Load method contains the following code System.IO.TextWriter tx = Response.Output; System.IO.StreamReader sr = new System.IO.StreamReader(this.Path);
|
| HTML Table to CSV? | 23 Jan 2007 11:59 GMT | 6 |
Anyone know of a way to convert a HTML Table to CSV or Datatable? It's in the form of this format It's basically a multi row x 7 column HTML table... all in standard HTML <TABLE> tags thanks!
|
| a Nightmare | 23 Jan 2007 11:53 GMT | 3 |
I get the following error Error 2 Could not load file or assembly 'RusticiSoftware.ScormContentPlayer.Logic, Version=2006.1.2576.40320, Culture=neutral, PublicKeyToken=xyzxyxyzyxyzyxzyxy' or one of its
|
| > converts into ">" while generating XML | 23 Jan 2007 11:25 GMT | 1 |
I am generating XML and setting it into the string field. Which will be again generated into xml. Now the last xml which has xml in string field converts > into ">" for the xml which is set into string field. Can you please let me know what am I doing wrong.
|
| error as No of users increases | 23 Jan 2007 11:00 GMT | 2 |
I am getting this error when users increases in my application .pls help how to tune this i am using .Net 2003 error is Server Error in '/webpdms' Application.
|
| select * | 23 Jan 2007 10:51 GMT | 1 |
I have a gridview and a sqlserver datasource. I also have a dropdownlist of countries. The gridview displays a bunch of crap about whatever country is selected in the countries dropdownlist
|
| Do I still need those .aspx page if I choose "Merge all outputs to a single assembly" in Web Deployment Project? | 23 Jan 2007 10:37 GMT | 2 |
Hi, Dear gurus, In the web deployment project, there is one option called "Output Assemblies page". The first choice is "Merge all outputs to a single assembly", According
|
| Extracting the query parameters | 23 Jan 2007 10:28 GMT | 6 |
I have a button named Button1, and I wrote an event handler for the OnClick event. protected void Button1_Click(object sender, System.EventArgs e) {
|
| Need help programming a custom validator | 23 Jan 2007 10:28 GMT | 3 |
Here's my basic problem: On my asp.net form page I have a DetailsView (default mode=edit) bound to a AccessDataSource control. Users can successfuly update a databound template field, but I wanted to add a custom validator to check that
|
| Strange webserver behaviour | 23 Jan 2007 10:21 GMT | 2 |
I'm currently starting my first asp.net 2.0 app, and doing so on my current webhotel proved to be somewhat of a challenge. First I thought I had a problem with references, since it gave an error when I added LuaInterface.dll and tried using it:
|
| Deploy without overwriting Web.Config | 23 Jan 2007 10:13 GMT | 4 |
I develop my application on my dev server and then I deploy it to a customer's production server. I store the db connection string in web.config (is this best practice?). When I deploy I have to open the production web.config and change the connection string to the correct one ...
|
| Deleting an aspx panel control but online page still uses it. | 23 Jan 2007 08:23 GMT | 7 |
I have done a fair amount of programming of ASP.NET 1.1 without poroblem I am now involved in my first project with ASP.NET 2.0 and I am having difficulties with understanding the compilation or 'build' arrangement
|