all groups > asp.net > april 2004 > threads for saturday april 10
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
Datagrid Problem
Posted by scorpion53061 at 4/10/2004 10:48:00 PM
I have only built windows applications up to this point using vb.net. A
situation arose where I needed to do some web work so I decided to try
ASP.NET on my local machine.
Everything worked okay up until I put a datagrid on the page. I put in code
to make the datagrid populate on a button clic... more >>
security issue in asp
Posted by Luke at 4/10/2004 8:55:14 PM
Hi
Recently I was looking at someone else code written in asp,
at start of the page there was condition checking if some
session variable has been set, if so, the rest of the code
were executed normaly. If this session object was not
set, script was redirecting to "Access denied" page.
My qu... more >>
postback question
Posted by Karl Hungus at 4/10/2004 7:36:03 PM
Two questions actually,
if I manually write a postBack function call such as:
__doPostBack('button','add')"
how can I get the second parameter? EventArgs appears to have no useful
members.
Second, can you always force .net to write the doPostBack function in your
html?
Thanks,
Karl... more >>
how to send a HTTP request to a external site page?
Posted by Paul M at 4/10/2004 6:50:45 PM
hi there,
i have a form on my site, which has 4 hidden textboxes.
when a user clicks a button, i want to submit these 4 textboxes to a secure
page on another website.
I think i should be using HTTPRequest method, but dont know how to go about
it.
Any code example appreciated
thanks,
... more >>
Sql Ole not connecting
Posted by Thomas Scheiderich at 4/10/2004 5:30:49 PM
I get an error from trying to connect to my Sql6.5 server (which is why
I am using Ole). It says the server doesn't exist or the password is
wrong. I can't understand that because I use essetially the same
connection scripts on my ASP pages and it works fine.
Here is my ASP connection tha... more >>
Help Login
Posted by Nicola Marchiori at 4/10/2004 5:08:41 PM
Hi
I need some help.
I am developing a Web App in one PC running IIS.
I am trying to connect to to MSDE on another PC,
but it's not working.
This is the message i got
Login failed for user '(null)'. Reason: Not associated with a trusted SQL
Server connection.
Description: An unhandled ex... more >>
using ~ (virtual path) with images
Posted by Brian Henry at 4/10/2004 4:37:28 PM
I made a header control in asp.net and it references images in the /images/
folder in the virtural path's root folder... How can I get the header
control to show the images at any level of the web site? i got the controls
to load using the ~/tempates/ctrlHeader thing in the references section of
... more >>
Passing Arguments?
Posted by Kris Rockwell at 4/10/2004 1:34:21 PM
Hello,
I have created Sub that requires one argument which is a string. However,
when I run the Sub, the string is not passed as it should be. Here is the
code
Public Sub fCrewLookup(ByVal x As String)
CrewPos = x
Me.AddCrew.Visible = False
Me.CrewLookup.Visible = True
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Netscape & IE
Posted by MS News (MS ILM) at 4/10/2004 12:12:33 PM
hello all,
I am looking for a list of "things to look for" when building a web page
so it works with both nn and ie
What are the things to look for
Thank you.
JL
... more >>
validate sql syntax
Posted by Jarod_24 at 4/10/2004 11:26:35 AM
How do i check if a sql-string has corect syntax.
With select-statements you can just use a Datareader, since no data is changed in the database, but i'm working with other
statements as well, and need to just verify that the syntax of the string is correct, and determine if it is a select, upda... more >>
TabIndex
Posted by Jarod_24 at 4/10/2004 11:25:22 AM
How does tabindex work in ASP .net pages
I dosen't seem to work quite like in regular forms. and there isn't any TabStop property either.
1 .How do you prevent a control form beign "tabbed". (hidden textboxes ect.)
2. How do get a control to get focus when the page is loaded (think username t... more >>
Recommendations for Tab Control
Posted by Pat Carden at 4/10/2004 10:29:01 AM
Looking for advice on the best control to implement a tab interface on a new
website. Thanks. Pat
... more >>
ASP to ASP.NET conversion question
Posted by tempframeworkfan NO[at]SPAM hotmail.com at 4/10/2004 10:14:17 AM
Hi,
What is the .NET equivalent of the following classic ASP please
<form id="Form1" method="post" action="http://www.domain.com">
<INPUT name="ThisGetsPostedToDomainAbove">
<INPUT id="MyButton" type="submit" value="Click here">
</form>
In the above example, this non server side form w... more >>
commandbehavior.closeconnection with applicationblocks
Posted by dave at 4/10/2004 10:11:03 AM
I am calling a shared fucntion within a class from codebehind with asp.net. The class returns a sqldatareader to be bound to a datalist. I am also utilizing ms applicationblocks. How can I return the datareader from the shared function so that the datareader is closed properly after it has been b... more >>
problem updating my database
Posted by chris at 4/10/2004 10:01:03 AM
hi,
i managed to populate my datagris and add a template colum to update the database. when i click the update button i get an error. is there something wrong with my code.
------------------code that populate the grid ar load
Dim conPos As SqlConnection
Dim cmdSel As SqlDataAdapter
Dim ds ... more >>
documentation
Posted by bruno_storz NO[at]SPAM gmx.de at 4/10/2004 9:59:44 AM
Hi there,
I am looking for a good (perhps downloadable) site which shows documentation
like www.php.net.
What URL could you suggest to me?
Regards
Bruno
... more >>
web controls are not instansiated???
Posted by grawsha2000 NO[at]SPAM yahoo.com at 4/10/2004 7:47:25 AM
Greetings,
I have noticed that when a web control(server ones)is placed on a
page, that control is not instansiated, only declared? does this have
to deal the way web pages work (instansiated every round trip)??
MTIA,
Grawsha... more >>
.bat from asp.net w/System.Diagnostics.Process?
Posted by danl NO[at]SPAM drawnet_no_spam.com at 4/10/2004 6:41:04 AM
I need to be able to execute a .bat file from a C# web application
I have the following code that compliles and seems to run fine, but the bat file never does it's work
===================================
System.Diagnostics.Process p = new Process()
p.StartInfo.RedirectStandardOutput=false
p.St... more >>
Textbox maxlength..... Why doesnt that ever work???
Posted by Darren Clark at 4/10/2004 1:59:54 AM
Anyone have a solution for being able to set a max char limit for a
textarea?
... more >>
I am after 2 good 3rd party controls.... Help please
Posted by Darren Clark at 4/10/2004 1:57:43 AM
The first is a Dependant list Drop Down control.... You konw the one =
where you select the top and it filters the second...
The second is a really good calendar control. I dont want to popup =
another ie window... i want a good client side calendar that works with =
all browsers... and is a f... more >>
Link Button question
Posted by Darren Clark at 4/10/2004 1:54:36 AM
I have a link button that i would like to be used if the value of the =
text is NOT 0...
So the code below will always make a linkbutton....=20
However if the value of "DataBinder.Eval(Container,"DataItem."+ =
JR.Core.Data.JobseekerData.FLD_SEARCH_MATCHES) " is 0 i do not want the =
the 0 t... more >>
Encrypted email - is there a specific solution?
Posted by tempframeworkfan NO[at]SPAM hotmail.com at 4/10/2004 1:28:13 AM
Hello,
Can encrpyted email be sent from an ASP.NET application?
I'm just looking to encrypt a small key, then send it from a shared
server to myself, but I'd like the data encrypted for safety before
being sent to me.
(Or should I just use RSA asymmetric encryption, and keep the private... more >>
|