all groups > asp.net > august 2003 > threads for saturday august 2
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
need step by step example
Posted by Roy in <%=H.E.Double Toothpicks % at 8/2/2003 9:21:14 PM
I need a step by step example
of publishing my crappy aspx pages to a webserver.
Thank you very much
... more >>
Required Form on webpage
Posted by George Jackson at 8/2/2003 8:32:46 PM
OK, I am completely new to ASP, .NET, and JAVA and would
like some guiding advice. At my company the employees are
required to read a safety sheet on our company intranet.
Well, after they read it, there needs to be proof to me or
my boss. Now, does anyone have any advice on just how I
... more >>
Need a few lines of code help, will pay!
Posted by Robert Johnson at 8/2/2003 7:24:55 PM
I need to figure out how to go through all of the WebControls on a form,
find all the ones that are named with a "txt" prefix (ie txtFirstName), and
then retrieve the WebControl ID, Text (value), and Tab Index and put them
into a collection or array.
I have spent all day working on this and I ... more >>
How many users can a .net server handle?
Posted by Tom at 8/2/2003 7:09:47 PM
how many user connections can a .net server connecting to a sql2000
server, handle before degradation takes place. What is the general
rule of thumb, given a Dual P4 2Ghz Ultra 160 SCSI .net server with
2GB Ram?
... more >>
Viewstate only being maintained second time around
Posted by John at 8/2/2003 6:06:16 PM
Hi all,
I have a problem with viewstate being maintained. I use LoadControl to load
a user control and the data is sent down to the client correctly. However,
when I change some data and post it, the viewstate does not seem to load for
the user control upon sending it back down to the client. ... more >>
creating ASPx Pages on the FLY
Posted by LIN at 8/2/2003 5:14:06 PM
Hello,
Greetings. I am creating a web site which will contain lot of articles. I
had been planning to create simple HTML page on the server everytime i
posted a article (eg. article12.html ). Now, i want to show an advertisement
on top of each of this html page. the ad banner has to be dynamic... more >>
display new bitmap
Posted by Tina at 8/2/2003 5:13:32 PM
I'm in a button clicked event on mainpage.aspx. I want to display a new
webpage that has just my image, which is a jpg. I want the page to be a
..jpg not an aspx so that it will be easy for the user to save to disk.
How can I do this?
Thanks,
T
... more >>
.aspx page wont work!
Posted by Paul M. at 8/2/2003 3:47:41 PM
Hi,
I am trying to run a simple asp .net page that has a button and a text
box on it. When the user clicks on the button the text box has some text put
into it. But it doesnt even fire the button click event when the button is
clicked on the text box remains unchanged.
Anyone got any idea... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
XML Island DSO binding
Posted by ckohlbrecher NO[at]SPAM hotmail.com at 8/2/2003 3:05:10 PM
Trying to due current recordset (DSO) binding using an XML Data
Island. The data displays correctly when the page loads. I am
embedding the datasrc and datafld attributes within a TemplateColumn
(asp:Label) in a DataGrid. Whenever I try to do a move next on the
recordset, the browser reports ... more >>
The position of the validator errormessage
Posted by Arjen at 8/2/2003 12:17:22 PM
Hello,
I have a table record with two validators.
The can not be both false.
When the first one will be false the errormessage will be placed at the left
side of the record.
When the second one will be false then the errormessage will be placed at
the center of the record.
That's the plac... more >>
global variables
Posted by Tina at 8/2/2003 12:10:48 PM
I would like to know the preferred way in which to define, store, and
retrieve global varialbes in asp.net applications. I have read through past
threads here and have seen mixed advice. Some say to define them in
global.asax but I can't seem to reference them. Others say that they must
be de... more >>
Web Browsers
Posted by Jerry at 8/2/2003 11:43:18 AM
Hey Ho
I need to create a (on the Client Side) System independent Web Application.
This should work with any Browser available.
Which Browser can you advice me to test with
so my Application is working under UNIX/LINUX/Windows/Whatever....
Which Browsers are currently the most Popular u... more >>
Font WebDings
Posted by Jerry at 8/2/2003 11:33:09 AM
Hello
Is the Font WebDings installed on every Windows Machine using IE 6 ?
Can I use this font ?
If the Font is not on the Client what happens ??
Thanx
... more >>
Why are sender and object used as in sender As System.Object, ByVal e As System.EventArgs?
Posted by Showjumper at 8/2/2003 7:42:17 AM
Why specifically are sender and object used? I could use dfs as Object and l
as Evenat args. Some books show s instead of sender. Just wondering why
sender and object are used instead of someting elese.
... more >>
HTML File Parsing
Posted by Raja Balaji R at 8/2/2003 6:48:14 AM
hi,
like xml dom and xmlreader used for working with xml files.
how can i do this with html files.
i want find all the hyperlink tags <a> and change the href
attribute to my own value.
Thanks & Regards
Raja Balaji R... more >>
Newbie client side JavaScript debugging issue
Posted by pleasereplytogroups NO[at]SPAM hotmail.com at 8/2/2003 4:27:39 AM
Hello.
I apologise for the potential stupidity of this question in advance.
After doing a lot of server side ASP.NET coding and debugging, I've
had to do a little bit of client side java script.
My problem is that I've made a mistake somewhere, and all the browser
tells me is "Error on pa... more >>
Want to Learn ASP.NET
Posted by Dave at 8/2/2003 3:13:13 AM
Hey,
I've been expanding my skills in web programming recently. I taught myself
the basics of ASP 3.0, but I want to get into .NET and ASP.NET (and ADO.NET,
for that matter). Can anyone point me to any good online tutorials and the
like as a starting place? (I prefer working in C/C++ style ... more >>
Showing an HTML file in part of a Webform
Posted by Tor Inge Rislaa at 8/2/2003 1:49:15 AM
Showing an HTML file in part of a Webform
Hi I have a Webform with some buttons on the left side of the form. What I
want when clicking one of the buttons is to show an HTML document in a part
of the Webform (as if it was a Frame page). Any suggestions?
(I am an VB programmer)
T.I.Rislaa
... more >>
Session Problem..
Posted by Vrushal at 8/2/2003 12:38:49 AM
hi
i want to redirect user to login page as soon as
SESSION_END fires.. i have tried with response.redirect in
session_end event but its of no use.. ne clue how to do
this ..
thankx
vrushal... more >>
|