| Thread | Last Post | Replies |
|
| Get Value | 20 Jun 2007 00:43 GMT | 2 |
I have following stored Procedure. I am writng following ado.net code to get return value from stored procedure but it doesn't work. String constr = System.Configuration.ConfigurationManager.ConnectionStrings["twcsanConnectionString"].ConnectionString;
|
| RaiseCallbackEvent not returning to client in production environme | 20 Jun 2007 00:34 GMT | 1 |
I've sucessfully implemented a client callback using the RaiseCallbackEvent method in the ICallbackEventHandler interface and the GetCallbackEventReference helper method. Everything works great in all our test environments.
|
| Validaion Control | 19 Jun 2007 22:52 GMT | 2 |
Using Framework 1.1 and Asp.Net Does the Asp control Validation Summary work in 1.1?
|
| Cookies Disappearing | 19 Jun 2007 21:40 GMT | 3 |
I'm not a newbie to cookies, however I am stumpped by a receent issue that has come up. I am running my web application through a frame that belongs to another company. This application is much like an Ariba Punhout application.
|
| Theme Constants? | 19 Jun 2007 19:56 GMT | 12 |
Is there such a thing as defining a constant (or a variable) for a theme? For example, storing a color code and then using it in 4 or 5 places, so to change the color I only have to edit one line? TIA
|
| Adding a new method will it break existing applications | 19 Jun 2007 19:48 GMT | 2 |
We have a webservice which is called by our pocket pc apps. We have a need to filter data, so we want to add a another method on top to the existing method. Existing Service.asmx
|
| Drop Down List User Control | 19 Jun 2007 19:16 GMT | 1 |
I have created a user control that is a drop down list that pulls from my database. I then drop that control into a detailsview control on an insert item template. When I run the insert command, the drop down list control isn't returning a value. How can I pass the value from
|
| Return Value from Stored procedure | 19 Jun 2007 19:14 GMT | 2 |
I have a stored procedure which is returning an int. Could you pleasde give me ADO.Net code that how can I retrieve the returning value from from stored procedure in aspx page and put that returning value in a variable.
|
| Return value | 19 Jun 2007 19:08 GMT | 1 |
have a stored procedure which is returning an int. Could you pleasde give me ADO.Net code that how can I retrieve the returning value from from stored procedure in aspx page and put that returning value in a variable.
|
| ASP.NET 2.0/SQL Server 2000 Connection Problem. | 19 Jun 2007 18:46 GMT | 1 |
I have an ASP.NET 2.0 web application on a web server and a separate machine for SQL Server 2000 Database. I am using a Connectionstring based on Sql Authentication to connect to the the SQL 2000 Database. Now, When I open the web page on the Web Server itself, I am able to
|
| 50 concurrent web users on asp.net 2.0 accessing Oracle database | 19 Jun 2007 18:08 GMT | 2 |
We are are looking a developing asp.net website that will perform one single post to a database. While very unlikely, the worse case scenerio has 50 external users access the site at the same time. Worse case maybe 20 doing refreshes
|
| FileUpload PostedFile after Postback question | 19 Jun 2007 17:43 GMT | 2 |
My environment is ASP.NET 2.0, C# and AJAX. Is there a way to retain the Postedfile in the FileUpload control after Postback? I have this application I've inherited were the User chooses a file then clicks the "save" button, the program proceeds to
|
| Databound control does not appear upon entry | 19 Jun 2007 16:35 GMT | 1 |
When a user logs into my site, a row for order info is inserted into an MDB table. The next page uses a databound control that references the quantity in that newly created row. Is it possible the second event is happening too fast after the first created the row?
|
| Porting a C++ application to a Web application | 19 Jun 2007 16:21 GMT | 2 |
I wrote a desktop application in C++ a little while ago, and I will like to port it to a web application. Here are the details: 1). ALL business logic is held in ANSI C++ libraries (e.g. I make
|
| String | 19 Jun 2007 16:01 GMT | 1 |
I need to create a MailAddress from a string that contains the Address and Name: MyString = "name@domain.com,My Name" So the Mail Address would become:
|