| Thread | Last Post | Replies |
|
| GridView RowUpdating(...) event. How to get the updated row values? | 21 Sep 2007 16:48 GMT | 1 |
I'm using the RowUpdating() event of an updatable GridView. I need to see the values of the columns in the updated row. There has got to be a way to do this! Any suggestions?
|
| How to run a WINSCP.EXE command in ASP.NET program ??? | 21 Sep 2007 16:20 GMT | 1 |
I've got a trouble of uploading some files with large size (around 120MB) into the web server in my ASP.NET application. What I can fix is to check the file size from client side first, and if it greater than a size I want then I will run the command WINSCP.EXE to copy the file ...
|
| converting asp inludes to asp.net include | 21 Sep 2007 15:12 GMT | 1 |
1)i have a page that has includes like : <!--#INCLUDE FILE=FuncInc.asp--> <!--#INCLUDE FILE=VBEncodeInc.asp--> i know how to translate the code it self to vb.net, but how should i build
|
| Master pages | 21 Sep 2007 14:29 GMT | 3 |
I have a menu which is placed in the master page. Now when the user clicks on one of the menu item, it fires an event which is handled in the master page. I need to know from which page the menu item was clicked is there any way i can get the id of the page and verify it or
|
| Virtual Path "~/" to full Uri | 21 Sep 2007 14:22 GMT | 2 |
I need to take a path "~/" and get a http://localhost:port/rootappfolder/ url out of it. Currently I'm using: Request.Url.Scheme + "://" + Request.Url.Host + this.ResolveUrl("~/");
|
| Adding rows to html table dynamically | 21 Sep 2007 14:18 GMT | 3 |
I am a fresher to asp.net programming. I want to add rows to html table dynamically. I am able to do this using javascript. But i need to add rows to table in aspx.vb page. The oding what i wrote
|
| image field in a grideview | 21 Sep 2007 13:22 GMT | 1 |
I have a grideview which is bound to a database. I want that based on the value of one field on the database one image is shown in the gideview. For example assume that I have a field in database called status_code. I want to display an OK image when it is 0 and an alarm image ...
|
| Server Problems Anyone ? | 21 Sep 2007 13:08 GMT | 2 |
Has anyone had problems connection to this server. I had problems getting connected to it on and off for a couple of days now.
|
| ASP.NET Ajax: ScriptResource.axd is being invoked 12 times per each aspx page request! | 21 Sep 2007 12:29 GMT | 3 |
I use ASP.NET Ajax in my web site and I am monitoring the HTTP requests per each page by using fidler. I am surprised by the excessive call of ScriptResource.axd with different query string variables. I am pasting a sample of HTTP trace at the bottom of this post. The call for
|
| Invoking in asp.net C# | 21 Sep 2007 12:20 GMT | 2 |
I'm trying to make a basic app in asp.net written in C#. I managed to get it working in a appliaction, but when i make inside an webapplication, it wont work. Any ideas? private void Nameserver_SignedIn(object sender, EventArgs e)
|
| Attribute for Methods and Parameters | 21 Sep 2007 09:53 GMT | 4 |
How do you get the description appearing in Intellisense for methods and parameters of methods? Does anyone have an example ? Much appreciated Kees
|
| ASPNet 2.0 GridView question | 21 Sep 2007 09:13 GMT | 1 |
In my ASPNET 2.0 C# Web form, I have a funciton BindGridView for binding SqlDataSourceA to the GridView gvTestForm. And in the end of the function, I would like to check if there are no rows in the GridView then the control btnDetail is disabled.
|
| User Provided CSS | 21 Sep 2007 08:36 GMT | 2 |
I would like to create a registration page for clients to include in an IFRAME on their portals. Most of these portals are MOSS driven and these organizations do not allow traditional .NET development. I would like for the clients to be able to include my page on their
|
| image objects and virtual directories | 21 Sep 2007 08:20 GMT | 1 |
I have a virtual directory: localhost/interez And a file localhost/interez/test/cp.aspx
|
| Dataset to Generic.List(Of MyClass) | 21 Sep 2007 08:14 GMT | 4 |
I am getting various records from a database: Dim ds As DataSet = db.ExecuteDataSet(dbc) Each record has 3 fields: Id, Name and Text. I have a class named MyClass with 3 properties Id, Name and Text.
|