Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / September 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
GridView RowUpdating(...) event. How to get the updated row values?21 Sep 2007 16:48 GMT1
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 GMT1
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 include21 Sep 2007 15:12 GMT1
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 pages21 Sep 2007 14:29 GMT3
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 Uri21 Sep 2007 14:22 GMT2
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 dynamically21 Sep 2007 14:18 GMT3
   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 grideview21 Sep 2007 13:22 GMT1
  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 GMT2
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 GMT3
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 GMT2
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 Parameters21 Sep 2007 09:53 GMT4
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 question21 Sep 2007 09:13 GMT1
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 CSS21 Sep 2007 08:36 GMT2
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 directories21 Sep 2007 08:20 GMT1
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 GMT4
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.