all groups > asp.net > july 2007 > threads for saturday july 7
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
How can I fix this problem
Posted by Husam at 7/7/2007 11:48:01 PM
Hi everybody:
when I make the web.config file to make the authentication and the
autherization for my web site.
the code is as following:
<configuration>
<appSettings/>
<connectionStrings/>
<system.web>
<authentication mode="Forms">
<forms name="Default" lo... more >>
how to check existance of a table in sql server?
Posted by Dan at 7/7/2007 11:25:03 PM
Hello,
we have an intranet application using Windows Integrated Authentification.
When an user starts the application, he gets a form for inputting data. The
first time he does that, the application creates in a specific database a
table with the name of his account (read with
Request.Ser... more >>
A Good Wrapper for Stored Procedures (T-SQL)?
Posted by at 7/7/2007 4:33:08 PM
Hi,
I'm looking for an that can create wrapper classes that encapsulate my
T-SQL stored procs
Any suggestions?
Thank you!
Regards,
Jim
... more >>
login control persistent cookie problem
Posted by GaryDean at 7/7/2007 4:18:29 PM
I'm using the 2.0 login control with the "remember me" setting. When
checked the cookie only last for a few hours then it is asking again for a
login. I don't see any time settings. I know back when we did our own
authentication we specified
FormsAuthentication.RedirectFromLoginPage(tbEma... more >>
asp.net and conecting to sql server2005
Posted by pelegk1 at 7/7/2007 3:58:04 PM
i am trying to conenct oto sql server 2005
when i do it i the VS2005 every is ok
but when i run from the browser i get :
The login failed. Login failed for user 'JUSTATHOME\ASPNET'.
i read this :
http://support.microsoft.com/kb/316989
and i wanted the first option to use my own user name and ... more >>
User Administration in ASP.NET 2.0
Posted by me NO[at]SPAM home.com at 7/7/2007 1:57:46 PM
Im currently writing a website which utilizes the built in user
management and membership of ASP.NET 2.0.
My users login via the included login control and everything works
nicely. The problem I have is that I need to include a custom admin
console for the eventual owners of the website, just ... more >>
add anchor to url
Posted by Aamir Ghanchi at 7/7/2007 12:09:10 PM
Hi,
how can I add anchor to the url in a LinkButton click event handler. I
have an anchor already defined on the page, but there is no way to
scroll down to that location at postback.
thanks in advance.
... more >>
Extracting XML Information from other Website
Posted by Jonathan Wood at 7/7/2007 11:27:00 AM
I'd like to write a shareware Website that supports PAD files.
This involves being able to download an XML file from another site and
extracting the data it contains.
I'm still new to ASP.NET. Any tips or examples on doing this?
Thanks!
--
Jonathan Wood
SoftCircuits Programming
htt... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Splitting up long asp.net page
Posted by eggie5 at 7/7/2007 12:00:00 AM
So, my asp.net page is getting pretty long and hard to manager. It's
reached 1000 lines and i would like to break it up somehow.
Is there some way I can make separate parts of my pages to
separate .aspx pages and have asp.net stitch them back-together at
runtime? PHP's include does something ... more >>
|