| Thread | Last Post | Replies |
|
| Windows authentication using code | 26 Sep 2007 12:18 GMT | 2 |
Hi, I am using forms authentication and do not want to maintain seprate userid and password then windows usid and pwd. Hence, is there any way by which in code we can pass userid and password and domain and can check whether the
|
| How to get FedEx Shipping options. | 26 Sep 2007 12:13 GMT | 1 |
I want to show the shipping options offered by FedEx with there prices on my site. Does any one used it before or anyone has any idea about it. I am using asp.net 2.0. Please help me its urgent. Regards,
|
| Alternate to Logonuser API | 26 Sep 2007 12:10 GMT | 1 |
What can be used in place of Logonuser api in asp.net 2.0 C#? THanks
|
| Garbage Collection | 26 Sep 2007 12:08 GMT | 3 |
Is there a way to test whether Garbage Collection has been successfully performed for a ASP.NET application. Even if there is a tool to check this, please let me know. Regards,
|
| Simulate Form Post on Server Side | 26 Sep 2007 11:48 GMT | 1 |
How do I simulate this from the server side: <form name="SearchForm" method="POST" id="SearchForm" action="http://SOMEURL/Search.ASP?Parm1=1&Parm2=2"> I have generally been posting data using:
|
| want to add an image to a html type input button | 26 Sep 2007 11:25 GMT | 3 |
I want to add an image to a html type input button. How can I do this? I have used background image style . But its not working. My target is to show an image in the button can anyone help me?
|
| hidden error | 26 Sep 2007 10:30 GMT | 3 |
Can anyone tell me why the for cycle does not work? I only get the multiplication, but the FOR does not start: protected double CalFutureValue(double initial_value, double interest_rate, int years)
|
| Executing a .bat file from ASP.Net VB | 26 Sep 2007 09:31 GMT | 3 |
I am trying to execute a .bat file with the following code: Dim objProcess As Diagnostics.Process Dim objProcessInfo As Diagnostics.ProcessStartInfo objProcess = New Diagnostics.Process()
|
| download stock price | 26 Sep 2007 08:03 GMT | 3 |
Not related to asp.net, but someone might have come across this before. I want to download all london stock exchange price end of each day. what's the best source to do that. may be yahoo or some other web site. I cannot find out anything. If so how much would it cost Any idea.
|
| HELP! How do you set data in the datasource when using SqlDataSource | 26 Sep 2007 07:35 GMT | 2 |
I've been using SqlDataSource for the first time lately. I need to be able to set a value right before an update and send it off to the update proc. Ideally, this would be simply updating that field in the datasource and then letting the gridview update the data.
|
| Selectively set readonly for detailsview fields | 26 Sep 2007 07:21 GMT | 3 |
I am trying to set the readonly status of fields in a DetailsView control dynamically at runtime. I have attempted this using the ItemCreated event ( see bottom ). This works fine for BoundFields , but there is no ReadOnly property for
|
| SQLDataSource query | 26 Sep 2007 05:06 GMT | 3 |
Not sure if this is a SQL question or ASP.Net control question. Probably can do it either way I imagine. I have a simple page that uses a SqlDataSource, DropDownList, and a GridView. I have the DropDownList post back and is a ControlParameter
|
| Implementing a Session-State Store Provider | 26 Sep 2007 04:34 GMT | 2 |
I am new to this world of ASP.NET so forgive the dumb questions. I have been looking at the sample provided 'Implementing a Session-State Store Provider' in an effort to understand how the thing works. Now, my question is, if I have this code, what do I do with it. Where do
|
| Saving Run time excel file data in database. | 26 Sep 2007 02:47 GMT | 2 |
Creation of report in excel at client end is pretty simple. But what if when the user modifies the data and the changes needs to be stored in the database. What my requirement is that instead of using the gridview the user
|
| Total Training Online - Your opinion? | 26 Sep 2007 02:00 GMT | 1 |
My brother wants to learn .NET, AJAX, etc... What do you all think of the "Total Training" online series (totaltraining.com)? Are they overpriced or is the training effective and worth the $?
|