Click here to Skip to main content
15,917,652 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Dropdownlist problem Pin
Abhijit Jana18-Mar-09 4:35
professionalAbhijit Jana18-Mar-09 4:35 
GeneralRe: Dropdownlist problem Pin
khuzwayom18-Mar-09 4:43
khuzwayom18-Mar-09 4:43 
GeneralRe: Dropdownlist problem Pin
Abhijit Jana18-Mar-09 5:04
professionalAbhijit Jana18-Mar-09 5:04 
GeneralRe: Dropdownlist problem Pin
khuzwayom18-Mar-09 5:09
khuzwayom18-Mar-09 5:09 
GeneralRe: Dropdownlist problem Pin
Abhijit Jana18-Mar-09 5:13
professionalAbhijit Jana18-Mar-09 5:13 
GeneralRe: Dropdownlist problem Pin
khuzwayom18-Mar-09 5:16
khuzwayom18-Mar-09 5:16 
AnswerRe: Dropdownlist problem Pin
Abhijit Jana18-Mar-09 5:43
professionalAbhijit Jana18-Mar-09 5:43 
QuestionUsing URL to link to a page, and load from a database using values in the URL Pin
Ragonastick18-Mar-09 3:48
Ragonastick18-Mar-09 3:48 
Hi guys
Before You read this I just wanted to inform you I am using Visual Studio 2003, VB.Net as the codebehind, and running asp.net 1.1
I am currently developing an asp.net webpage where a user can input data, and then it will save that data to a Microsoft SQL Server database. The table in this database that I am saving has an ID field which I use as the primary key. The next bit of information is when the data has been inputted, and submitted it will send an email to a person which would need to view the data. This email that I want to send is a link to the data which was inputted by the user. I was wondering if it is possible to send a link to someone with the ID field of the inputted data in the URL of the link, and then have that person be able to open the link and retrieve data from the database.
Example
www.MyHours.com\timesheet\ will load up a blank timesheet for the user(Lets say his name is John) to fill out. John fills out the data, and that row in the database which has an ID of 1235, Next an email is sent out to the person(lets call this person Mary) , and she needs to view the timesheet. The URL that is sent to here www.MyHours.com\timesheet\id=1235, Then Todd fills out the data, and a new row in the database is created with an ID of 1236, and another link is sent to Mary With the url www.MyHours.com\timesheet\id=1236 which she can then click on, and view the data Todd had inputted.

If anyone knows how to do this or can just point me in the write direction on how to do this it would be greatly appreciated.
AnswerRe: Using URL to link to a page, and load from a database using values in the URL Pin
Yusuf18-Mar-09 4:14
Yusuf18-Mar-09 4:14 
AnswerUse a query parameter in the URL Pin
David Mujica18-Mar-09 4:16
David Mujica18-Mar-09 4:16 
GeneralRe: Use a query parameter in the URL Pin
Ragonastick23-Mar-09 9:42
Ragonastick23-Mar-09 9:42 
QuestionRadioButton in GridView Pin
.NET- India 18-Mar-09 2:14
.NET- India 18-Mar-09 2:14 
AnswerRe: RadioButton in GridView Pin
Abhijit Jana18-Mar-09 2:47
professionalAbhijit Jana18-Mar-09 2:47 
AnswerRe: RadioButton in GridView Pin
kumar_k50818-Mar-09 2:50
kumar_k50818-Mar-09 2:50 
AnswerRe: RadioButton in GridView Pin
Ravindra Bisen18-Mar-09 21:37
Ravindra Bisen18-Mar-09 21:37 
QuestionTree View Pin
sunil.n.cs18-Mar-09 1:08
sunil.n.cs18-Mar-09 1:08 
GeneralRe: Tree View Pin
hisrikanthreddy18-Mar-09 1:28
hisrikanthreddy18-Mar-09 1:28 
QuestionAsp.Net MVC Redirect to external link Pin
Razvan Dimescu18-Mar-09 0:22
Razvan Dimescu18-Mar-09 0:22 
AnswerRe: Asp.Net MVC Redirect to external link Pin
N a v a n e e t h18-Mar-09 1:02
N a v a n e e t h18-Mar-09 1:02 
QuestionFileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
ven32117-Mar-09 23:44
ven32117-Mar-09 23:44 
AnswerRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
Christian Graus18-Mar-09 0:01
protectorChristian Graus18-Mar-09 0:01 
GeneralRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
ven32118-Mar-09 0:42
ven32118-Mar-09 0:42 
GeneralRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
Subin Alex18-Mar-09 0:55
Subin Alex18-Mar-09 0:55 
GeneralRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
ven32118-Mar-09 1:28
ven32118-Mar-09 1:28 
GeneralRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
Subin Alex18-Mar-09 2:19
Subin Alex18-Mar-09 2:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.