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 / January 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
textbox inside a repeater control27 Jan 2006 14:23 GMT2
I have a forrm with viewstate disabled (to try and optimize network
performance). I have come a bit unstuck though when I use a repeater with a
textbox inside it
Obivously with viewstate disabled, the repeater contains no items on
I need to make me a specification list for outsourcing purposes, please help..27 Jan 2006 14:11 GMT3
For near future specifications to place our ASP.NET software on a server not
being ours i have to ask you a few rather simple questions.
It's for professional use.
We would not like to intervene with the installation that much, a simple
WIERD: Cant change webconfig in 2.0?27 Jan 2006 14:04 GMT2
I used to be able to change minor settings in my web.config file when it was
on the web server, such as <appSettings> elements.  In ASP.NET 2.0 I noticed
that there is a web.config AND a PrecompiledApp.config file.  So, how can I
change <appSettings> (or other) elements once it's ...
do it in database layer or application layer27 Jan 2006 13:57 GMT3
I don't know how people deal with the issue in aspx pages:
Let's say you have a transaction through your aspx pages, in your
application program, you need to call different store procedures to insert
data to different tables. In case there is one store procedure call failed,
DataBoundColumn in datagrid DataFormatString is not working, why?27 Jan 2006 13:57 GMT4
   I have a datagrid. In my datagrid I have a DataBoundColumn with the
property DataFormatString set to "{0:F2}" so it should format the content of
the cell to a floating number with 2 digits. It does not work, at the moment
it always puts 4 digits (which is the same as before I ...
how to reset a control to pre-viewstate state27 Jan 2006 13:39 GMT1
Given a control on a form with viewstate enabled, is there any way to reset
the control to it's default values (i.e. undo any viewstate settings).
I guess I could disable viewstate programmatically and then do a
response.redirect(myself), but I want to do this without a round-trip ...
Handeing Session and authentication timeout through callback scrip27 Jan 2006 13:35 GMT3
I implimented ASP.NET 2.0 Client callback script (ICallbackEventHandler) to
get the result back from server without postback the page. Problem is when
seesion expires or authentication times out, callback script does not do
anything and hangs. If I click another key which ...
DetailView27 Jan 2006 13:28 GMT3
How can I use a dropdownlist in DetailView?
 Protected Sub PeopleDetail_ItemUpdating(ByVal sender As Object, ByVal e As
System.Web.UI.WebControls.DetailsViewUpdateEventArgs)
        ' Some hocus pocus
Navigation Framework27 Jan 2006 13:26 GMT3
Does any know of / suggest a good framework to handle navigation in an
ASP.net app?
Many pages require a certain querystring parameter to work correctly and I'd
like to use some sort of frameowork that helps with this.
Changing the Application Domain to read correct .config file27 Jan 2006 13:23 GMT5
  I have created a project which contains classes to read the data from the
database. This project has an App.Config file which contains the
SqlConnection String. when this code is called from a web application and if
I need to read the connection string it is reading the ...
Databindings property - I want to disable true values rather than false values27 Jan 2006 13:02 GMT4
As you know there is a databindings property 'Enabled' for fields in
the gridview.
In the custom binding section I have used the expression:
Eval("myfield").  'myfield' is a boolean field I have in my database.
CheckboxList problem27 Jan 2006 13:00 GMT1
Checkout a little 3-minuter video i made, illustrating my problem.
http://www.netkoder.dk/cl/
Any ideas?
Jeppe
What is different between Request.Cookie and Response.Cookie27 Jan 2006 12:54 GMT2
What is different between Request.Cookie and Response.Cookie?
Are they independent?
LoginStatus, how to modify path to login.aspx27 Jan 2006 09:50 GMT1
I moved my login.aspx page from root to a subdirectory and made
-hopefully- all necessary changes for all Login controls. All the
controls work just fine, except one. To my regret, the LoginStatus
control still uses the old, root-located login.aspx intead of
ActiveX 27 Jan 2006 07:51 GMT3
ASP.NET 1.1 + IE
I have the following code
this.butCreateLetter.Attributes.Add("onClick", "return CreateLetter();");
This code Excecutes the following JScript
 
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.