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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ASP:Button OnClientClick and Server Side Not working together01 Sep 2006 00:51 GMT2
I have a asp:button which allows a user to delete a record, and I wish to
prompt them with a client side confirmation.  The javascript confirm
messagebox does show and the cancel button is fine, however when I click OK,
I expect the Server Side Postback OnClick event to fire, but ...
Configuring the Menu Control01 Sep 2006 00:47 GMT6
I haven't learned this control yet but I do need to know if it can be
configured to drop down instead of fly-out?
// Like this...
-------------------
dropdownlist on usercontrol populate host page label01 Sep 2006 00:05 GMT2
I am new to vb.net and am getting frustrated and cannot find a post on
the subject.  I have a usercontrol (.ascx) with a dropdownlist.  on the
selectedindexchanged event of the codebeside of the .ascx page, i would
like the newly selected value of the dropdown box to populate a ...
FileStream & StreamReader?31 Aug 2006 22:07 GMT3
A file can be read using only the StreamReader object like this:
Dim sReader As StreamReader
sReader = New StreamReader(Server.MapPath("File1.txt"))
While(sReader.Peek > -1)
How to set which browser to use in Debugging.31 Aug 2006 22:01 GMT1
I must be crazy or tired but I can not see where the setting is in VS2005
that says to use IE when I am debugging.  It keeps launching Firefox.
Thanks!
Phil
2.0 Features31 Aug 2006 21:58 GMT3
Where can i read .NET 2.0 new features list.
Any links..
Thnks
vinay
One Subroutine after another31 Aug 2006 21:43 GMT5
I'm running two subroutines one after another.  The first subroutine
works and does something to a several session variables (just an
example), then those session variables are accessed by the second
subroutine.
asp:textbox error31 Aug 2006 21:40 GMT2
If I try to put some invalid input (<TEST>) into a asp:textbox and attempt
to submit the data, I get a server error response:
Server Error in '/XTAPIADMIN' Application.
--------------------------------------------------------------------------------
Aligning text with Spaces - List box31 Aug 2006 21:06 GMT1
I would appreciate if some one could help me on this.
I have a list box where I would like to display Company Name and Number by
conctaening them.
For example -
Remote web service31 Aug 2006 20:34 GMT4
How to call a method of a remote web service from another web service
(local)? Any help?
--
M.
HttpWebResponse.GetResponseStream returns incomplete stream31 Aug 2006 20:32 GMT9
Hi, given the following code, I've been successful in grabbing pages
for parsing, but for a certain page template (containing a particular
piece of code) the stream always ends right after that code. If you try
this with just about any type of url (incuding urls from the same site
SqlConnection Object in Application Variable OR Session Variable OR open/close31 Aug 2006 20:26 GMT3
Hi and regards
What is best method to have an connection to sql, iam using sqlserver
1. have an sqlconnection open when the application start event in
global.asax so that i dont have to open it in each method where i
number validation!31 Aug 2006 19:55 GMT2
asp.net 2.0
I have a textbox on my webpage. I want to validate that the user has entered
a number and not text. So I added a RegularExpressionValidator to the form,
and set its ControlToValidate to my textbox
Control page flow in ASP.Net 1.0 and 2.031 Aug 2006 19:41 GMT2
Hi All :-)
I have a general question about controlling page follow and if there is a better way to do it than I am currently using in ASP.Net 1.0 - we are getting ready to move to 2.0, so if there's a better/easier way in 2.0 that's great.
What I'm doing is creating a Session ...
05 Web Site Publish question31 Aug 2006 18:49 GMT3
I did a  Build --> Publish web site last night on my web app, It publish
correctly but it created 12 DLL's for it. Is there a way to only get 1 dll
for the entire web project like in 03 or a is there another way to publish
from my local box to the test web server?
 
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.