all groups > asp.net > january 2006 > threads for saturday january 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
Multiple DestinationPageUrl in 2.0
Posted by VB Programmer at 1/7/2006 11:31:03 PM
How can you have multiple DestinationPageUrl's, based on their role. For
example, if their an admin, then goto admin.aspx. If they're a member, goto
member.aspx.
Thanks!
... more >>
passing file data as parameter to sql server from asp script
Posted by IMRAN at 1/7/2006 10:52:20 PM
I have created a component which parses some flat
files and stores in Sql database. Now I want to move
that COM object to database server.
Now the scenario will be like this :
1) ASP page will get the file from the client
2) Then ASP page will call the stored procedure
alongwith the... more >>
Validator inside WebControl
Posted by Sam at 1/7/2006 10:32:15 PM
Hi all,
Why can't i create a validatorControl as a child of the control to validate?
It doesn't give any errors, but it just won't work (it's not validating).
The reason why i want this is that i'm creating a repository of
WebControls extended/inherited with my own code for repetative use.
... more >>
Variable scope question
Posted by GS at 1/7/2006 10:18:44 PM
Hello,
I have following code below. I need to pass object action to =
SetReturnURL method but compiler will not compile it becouse action is =
defined within "if" block.=20
How do I define action before if statement?
if (ReturnCall.ApplicationDisplayName =3D=3D "")
{
ModifyActionCodeType ... more >>
remember me cookie in asp .net
Posted by James at 1/7/2006 10:15:31 PM
hi,
I'm trying to remember a user who has visited the page. what i found out was
to use persistent cookie, is there any other way that i can remember the
user next time he visit?
When using cookies, I used the code below to add
-----in login.aspx------
Dim aCookie As New HttpCookie("userInfo... more >>
Hirarchical View in GridView
Posted by Manish Pansiniya at 1/7/2006 6:57:40 PM
Hello,
Is it possible that we can implement hirarchical view in GridView or any
derived classes. Is anybody have any solution?
Thank You,
Manish
... more >>
Where does VS2005 store csproj file info?
Posted by Mark at 1/7/2006 2:33:03 PM
Hello,
I see and read that VS2005 Web apps no longer creates a csproj file. While
it says that some of that info is now stored in the web.config, much of it is
not. For example, what physical file stores the property settings, references
to other assemblies, or default aspx page?
I've trie... more >>
How to raise exception which automatically written to Application event log?
Posted by GS at 1/7/2006 2:20:20 PM
I have noticed that ASP.NET 2.0 writes unhandled exceptions =
automatically to event log. How do I that on purpouse in a code? Say I =
have hit error condition and would like to abort current thread and =
throw exception which will be automatically written in event log?
Thanks,
G... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Multiple windows in ASP.NET
Posted by Alex C. Barberi at 1/7/2006 2:06:02 PM
Say I had one window open in Internet Explorer, then the user clicked a link
and opened another window. While on the active window, how do I get something
from the window that was open first. Also, how I do tell the first window to
refresh when the second window is done.
--
Alex C. Barber... more >>
2.0 html page within a <table><tr><td>
Posted by prefersgolfing at 1/7/2006 1:53:51 PM
I'm not using Master Pages, yet I'd like to display the contents of an HTML
page within a <table><tr><td> on a .aspx.
I have a lengthy guide already paginated in html. I'd like to embed the
pages "as is" in the new 2.0 app without using Master Pages or creating new
..aspx's. I'm looking for... more >>
How to stop processing request in global.asax
Posted by GS at 1/7/2006 1:53:24 PM
What would be the sample code to stop processing any further requests in
Application_onStart within global.asax has failed? Response.End does not
work since there is no response object at the point of initializion.
... more >>
How do access context in your class?
Posted by GS at 1/7/2006 1:25:35 PM
Hello,
I have a class defined in App_Code, how do I access current HTTP context
from that class without explicitely passing it?
G
... more >>
What would be a good design for my application
Posted by GS at 1/7/2006 1:21:41 PM
Hi,
I'd rather start from a good design and go from there so would be greatfull
for any input.
I have a simple ASP.NET application and would like to make solution elegant.
I store settings in web.config file and I would like to have class in my
application which will hold application level ... more >>
Role & froms authentication
Posted by Lloyd Dupont at 1/7/2006 11:14:26 AM
I'm trying to setup a very simple form authentication in my WebApp (a few
user in an XML file).
I'm also trying to use the Role in my application.
I don't want to use a database.
I'm trying to call Rolls.AddUserToRole(username, role)
but I get an exception: ProviderException
what could ... more >>
ASP:TableRow with dynamic design
Posted by Jakob Lithner at 1/7/2006 4:41:02 AM
I have a repeater and want to set design on table row based on data values.
I found the <ASP:TableRow> which is a good candidate, but then I am forced
to have the <ASP:Table> tags within the ItemTemplate!
This is very stupid, because then I will have no correlation of the columns
in the header... more >>
Asp.net And Firefox
Posted by konox at 1/7/2006 2:35:47 AM
Hi to everybody and i hope you have a happy new year!
Is it possible to connect the FireFox(or IE) browser with my asp.net
Web Application?
i explain:Is it posslible when i'm on Internet (With firefox or IE) to
call a specific WebForm of my WebApplication through a new option in
Right Click sub... more >>
Problem compiling remote web in VS2005
Posted by musosdev at 1/7/2006 1:39:02 AM
Hi peeps
I've just moved my dev system to Win2k3 / VS2005 (from Win2k/VS2k3) and I'm
having a problem.
I've setup a new website in IIS, enabled .net, fpse, etc.
From VS2005, if I choose Open Website, I can type in the location of my
server by entering http://10.0.0.253:4040. That works... more >>
Can i call my WebForm while i'm on Internet?
Posted by konox at 1/7/2006 1:09:17 AM
Hi, i need help for my application.
My problem is like this:I'm on Internet and i would like to download a
file.When i press the button 'Download', I don't want to see the common
dialog box of IE for the downloading, but i want to call directly a
WebForm of my ASP.net application in order to d... more >>
dynamic column/fields
Posted by ER at 1/7/2006 12:05:02 AM
Hi,
I would like to create a datagrid or free entry form with dynamic columns
based on the user selection, do you have any ideas or samples?
Any help would be appreciated!
ER... more >>
|