Web application and publishing
Mon, 1 Sep 2008 11:47:29 +0200
Hi,
I'm developinf an Asp.Net 3.5 site on W2k3, and I use a Web application
Visual Studio 2008 project. This Web app is configured on IIS 6 as an
"application" under a web site.
When I start an aspx page from IIS (or directly on the navigator), I get an
error about the <system.web> section in the web.con ...
|
Radio buttons change state when page changes
Sun, 31 Aug 2008 21:40:58 -0400
I have a master containing radio buttons all with the same group name.
If I select one of the buttons and then navigate to a different page the
buttons revert to their initial state.
Is that what you'd expect?
How can I make the state persist?
Thanks
...
|
Button Click Event - Problem fetchin Textbox Text
Sun, 31 Aug 2008 13:37:37 -0500
Hi,
I have a textbox and a button on my aspx page. When I click the button, the
updated text (the original value is fetched from the database on form_load
event) is supposed to be passed to a method in the button_click event.
The problem I face is that when the button is clicked, the old textbox value
is ...
|
home page folder as string
Sun, 31 Aug 2008 13:15:31 -0400
In my vb.code I need a string that is the path to my top website page file,
default.aspx.
Not including the file but rather the folder it is in.
Is there such a thing - I haven't been able to find it.
thanks in advance
...
|
Updateprogress with Firefox3
Sun, 31 Aug 2008 18:57:19 +0200
I am having problems with animated gifs showing into ajax updateprogress
panels. IE 7 shows them correctly, but Firefox 3.0.1 shows no animation,
just the first frame.
I've tried myself with a simple javascript function showing a hidden div,
and the image inside is still stuck with firefox.
Any idea?
...
|
Ajax Control Tookit - Masked Edit - UK Style Dates
Sun, 31 Aug 2008 09:08:00 -0700
I am having enormous problems with this. I can get the input validation
running, after a lot of fiddling around but when I try to assign to the
textbox in code the problems start.
I can assign a string OK
StartDateText.Text = "31/08/2008 18:06:21";
Or
string startingDate = string.Format(@"{0: ...
|
performance issue on an asp.net page using ajax.net toolkit
Sun, 31 Aug 2008 20:14:37 +0500
Hi,
I've been assigned to work on a asp.net page that when viewed on internet,
renders very slowly and its hosted on a client machine which is a p4 3.0ghz
HT, with 2 gb ram running windows server 2003. The page itself works very
fast on my development machine, naturally because the ide, client, and
server ...
|
|
|
Sql and ASP.Net
Sun, 31 Aug 2008 03:29:03 -0700
Is it possible to connect to my local db(Access) from a
ASP.Net Application where it(ASP.Net Application ) is on WebServer? If
yes, what ConnectionString do I use?
*** Sent via Developersdex http://www.developersdex.com *** ...
|
About ASP.NET 2.0
Sat, 30 Aug 2008 22:32:04 -0700
Hello Friends,
Which is the best book for asp.net 2.0? ...
|
Learning About ASP.NET 2.0
Sat, 30 Aug 2008 22:25:00 -0700
I have just started to learn asp.net 2.0 version. I am student of tybca.So
for as part of project and because of may interest in asp.net i want to learn
asp.net 2.0 deeply so give me any perticular book name which provide me
guidance about asp.net 2.0 ...
|