I have a website project in visual studio 2005 and I want to apply security using Sessions is there a simple way to do this???
Armando_Ramirez
Posts
-
Security using Sessions -
Non Item Selected on RadioButtonListHi I have a RadioButtonList Control and I dont have any Item selected. Is there an instruction that validates if you selected an Item or Not from this RadioButtonList Control??? I would expect something like this in VB: RadioButtonList1.AnyItemSelected=True Any ideas?? Thanx ¡¡
-
Validation ControlServer-side please
-
Validation ControlHi there I'm working whit Visual Studio 2005 developing an ASP.NET 2.0 WebPage I have a DropDownList Control with 2 options to select. I want to generate a validation message according to the selection made in the DropDownList Control. Any ideas??? THANX ¡¡
-
Validation ControlHi there I'm working whit Visual Studio 2005 developing an ASP.NET 2.0 WebPage I have a DropDownList Control with 2 options to select. I want to generate a validation message according to the selection made in the DropDownList Control. Any ideas??? THANX ¡¡
-
Retrieve User Logged OnOh right ¡¡ thanx a lot¡¡ It is exactly what I need
-
Retrieve User Logged OnHi im using VS 2005 and I'm trying to write the LoginName logged into my webpage to a SQL Table There is a control called LoginName but I want to copy the user into a textbox. I've tried whit the following: TextBox1.Text = LoginName.ToString() but it doesn't works¡¡¡¡. Can somebody help??? THANX
-
Login trouble after publishingHow can I configure it for all kind of browsing??
-
Login trouble after publishingI'm working with VS 2005 , I have a login control in my website. When I debugg it everything works fine (authentication), but when I publish the website and open it from another computer, it doesn´t recognize my login account : Can somebody help?
-
Retrieveing logged in user Id in internet explorerTry the following: TextBox.text=User.Identity.Name
-
Validation between controlsHi Im developing on visual web developer from VS 2005. I have 2 controls, a Simple Checkbox and a Simple TextBox I want to exploit the following validation: if checkbox is checked then texbox <> null and exploit the validation with a message like "You have to Describe the issue" next to the textbox how can I do this?? thanx
-
Retrieve User Name from Login ControlI have a Web page with a Login Control in Visual Studio 2005. I would like to retrieve the user name typed into the Login Control into a TexBox1 in the next page. How can I do this?? THANX
-
Bring text from page to pageI have 2 pages in my Web Project of Visual Studio 2005 The first page has a TextBox1 and the second page has a TextBox2 How can I bring the Text of TextBox1of Page1 into the TexBox2 of Page2
-
Retrieve Radio Button List valueI have a Radio Button List command in a web form How can I retrieve the value of the selected item from the list of items with asp.net and VB code??
-
How to open a new webpage, same windowDoes anybody know a Visual Basic instruction to open a new webpage in the same window for ASP.NET 2.0??? Im trying to put this instruction in a button after some lines of code
-
How to redirect to another pageI have a simple WebForm on Visual Studio 2005 Web Developer. I have 2 textboxes with integer values in them How can I do an instruction placed on the Page_load Sub that opens a new page or redirects to a new page automatically when value from TextBox1 = TexBox2 ?? Usign Visual Basic.net? THANX
-
Retrieve Value from DetailsViewI have a DetailsView (ID=CtrDetails) in Visual Studio 2005 with the following Columns: -CustomerID -Customer How can I retrieve the value of the columm CustomerID ??? I expect something like "Where CtrDetails.Value=X" or something like that THANX ¡¡¡
-
Retrieve data randomly from SQLHi ¡ Im trying to retrieve data from a SQL table in Visual Web Developer 2005. Depending of the value from a column a GridView displays the entire register of the SQL Table Row, but the value of that column should be generated randomly... Any Idea? THANX ¡¡
-
Insert Values from Radio Button into a SQL TableIm developing in Visual Studio 2005 and trying to insert the value of a Radio Button into a specific row of a SQL Table. Is there a "codeless" way to do this ???? Thanx ¡ Armando --- Mexico
-
Make a TEXT SELECTIONI want to copy the whole page, My page doesnt have any pics, only text thanx ¡