Click here to Skip to main content
15,886,519 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to view all crystal report pages ? Pin
kindman_nb21-Jul-09 3:22
kindman_nb21-Jul-09 3:22 
Question[Message Deleted] Pin
dotnetcsharpdev21-Jul-09 2:02
dotnetcsharpdev21-Jul-09 2:02 
AnswerRe: validate values in a textbox inside gridview Pin
Abhishek Sur21-Jul-09 3:23
professionalAbhishek Sur21-Jul-09 3:23 
QuestionHow to pass values from textboxes on one page to a "another page" Pin
megivimal21-Jul-09 1:51
megivimal21-Jul-09 1:51 
AnswerRe: How to pass values from textboxes on one page to a "another page" Pin
Abhijit Jana21-Jul-09 1:58
professionalAbhijit Jana21-Jul-09 1:58 
GeneralRe: How to pass values from textboxes on one page to a "another page" Pin
megivimal21-Jul-09 2:01
megivimal21-Jul-09 2:01 
GeneralRe: How to pass values from textboxes on one page to a "another page" Pin
Abhijit Jana21-Jul-09 3:01
professionalAbhijit Jana21-Jul-09 3:01 
AnswerRe: How to pass values from textboxes on one page to a "another page" Pin
Manas Bhardwaj21-Jul-09 2:06
professionalManas Bhardwaj21-Jul-09 2:06 
Vijay.RG wrote:
PassingSession = PassingSession + Session["strPharmacyId"];
PassingSession = PassingSession + Session["strStoreName"];
PassingSession = PassingSession + Session["strAddress1"];
PassingSession = PassingSession + Session["strCity"];
PassingSession = PassingSession + Session["strState"];
Session["Pharmacy"] = PassingSession;
dtSession = (DataTable)Session["Pharmacy"];


You do not this piece of code at all.
You already have assigned the textbox values to the Session Objects, the only thing you need to do is to read it back in the next page.

In between, your design looks screwed and you should rather reconsider thinking of design before starting coding.

Manas Bhardwaj
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

GeneralRe: How to pass values from textboxes on one page to a "another page" Pin
megivimal21-Jul-09 2:14
megivimal21-Jul-09 2:14 
GeneralRe: How to pass values from textboxes on one page to a "another page" Pin
Abhishek Sur21-Jul-09 2:36
professionalAbhishek Sur21-Jul-09 2:36 
AnswerRe: How to pass values from textboxes on one page to a "another page" Pin
Brij21-Jul-09 3:02
mentorBrij21-Jul-09 3:02 
QuestionData Storage in Windows Azure Tables Pin
NikosN21-Jul-09 1:39
NikosN21-Jul-09 1:39 
Questionproblem with GridView derived control selected items state maintainance set/reset Pin
VenkataRamana.Gali21-Jul-09 0:44
VenkataRamana.Gali21-Jul-09 0:44 
AnswerRe: problem with GridView derived control selected items state maintainance set/reset Pin
r a m e s h21-Jul-09 1:15
r a m e s h21-Jul-09 1:15 
AnswerRe: problem with GridView derived control selected items state maintainance set/reset Pin
Zafar A khan 21-Jul-09 1:44
professionalZafar A khan 21-Jul-09 1:44 
Questionhow to increment Application Object in Global.asax file Pin
QuickDeveloper21-Jul-09 0:17
QuickDeveloper21-Jul-09 0:17 
AnswerRe: how to increment Application Object in Global.asax file Pin
Paddy Boyd21-Jul-09 0:18
Paddy Boyd21-Jul-09 0:18 
GeneralRe: how to increment Application Object in Global.asax file Pin
QuickDeveloper21-Jul-09 0:21
QuickDeveloper21-Jul-09 0:21 
GeneralRe: how to increment Application Object in Global.asax file Pin
Paddy Boyd21-Jul-09 0:23
Paddy Boyd21-Jul-09 0:23 
AnswerRe: how to increment Application Object in Global.asax file Pin
Abhijit Jana21-Jul-09 1:27
professionalAbhijit Jana21-Jul-09 1:27 
AnswerRe: how to increment Application Object in Global.asax file Pin
Abhishek Sur21-Jul-09 2:52
professionalAbhishek Sur21-Jul-09 2:52 
GeneralRe: how to increment Application Object in Global.asax file Pin
QuickDeveloper21-Jul-09 19:45
QuickDeveloper21-Jul-09 19:45 
QuestionIssue with HttpWebResponse Pin
dews turner21-Jul-09 0:13
dews turner21-Jul-09 0:13 
AnswerRe: Issue with HttpWebResponse Pin
N a v a n e e t h21-Jul-09 0:22
N a v a n e e t h21-Jul-09 0:22 
GeneralRe: Issue with HttpWebResponse Pin
dews turner21-Jul-09 1:48
dews turner21-Jul-09 1:48 

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.