Click here to Skip to main content
15,890,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionI am still struggling to find a fix for this. Can some guru please help? Pin
samflex4-Dec-14 10:37
samflex4-Dec-14 10:37 
AnswerRe: I am still struggling to find a fix for this. Can some guru please help? Pin
ZurdoDev4-Dec-14 10:44
professionalZurdoDev4-Dec-14 10:44 
GeneralRe: I am still struggling to find a fix for this. Can some guru please help? Pin
samflex4-Dec-14 11:05
samflex4-Dec-14 11:05 
QuestionRe: I am still struggling to find a fix for this. Can some guru please help? Pin
ZurdoDev4-Dec-14 14:14
professionalZurdoDev4-Dec-14 14:14 
AnswerRe: I am still struggling to find a fix for this. Can some guru please help? Pin
onelopez4-Dec-14 11:18
onelopez4-Dec-14 11:18 
AnswerRe: I am still struggling to find a fix for this. Can some guru please help? Pin
jkirkerx4-Dec-14 13:04
professionaljkirkerx4-Dec-14 13:04 
GeneralRe: I am still struggling to find a fix for this. Can some guru please help? Pin
samflex4-Dec-14 16:44
samflex4-Dec-14 16:44 
GeneralRe: I am still struggling to find a fix for this. Can some guru please help? Pin
jkirkerx5-Dec-14 7:58
professionaljkirkerx5-Dec-14 7:58 
Don't put the hidden textbox inside the multi view control, place it on the page at the bottom.
when you make the textbox, get the value "" or string.empty

To diagnose, you have to follow the steps.

Step 1: Does the data appear in the textbox
Use a regular textbox, and keep it visible, so you can see the data appear in it from your Javascript. Confirm that you can write to the textbox.

Diagnose: Try using IE11, press F12, click on the bug, 3rd down on left, and it will tell you if you have a script error, preventing the write.

Step2: Post the form back to the server.
On the Button Click event, look for the textbox value being posted back.

Diagnose: If the textbox has data in it, but no data came back to the server,
Check your use of
C++
Page.IsPostback

button_click
if page.ispostback then
 look for the textbox text.
end if


I don't know what a multiview control is, so no help from me there on that subject. Fix 1 thing at a time in sequence.

Oh, I'm jkirkerx, not RyanDev.
GeneralRe: I am still struggling to find a fix for this. Can some guru please help? Pin
samflex5-Dec-14 8:54
samflex5-Dec-14 8:54 
GeneralRe: I am still struggling to find a fix for this. Can some guru please help? Pin
jkirkerx5-Dec-14 11:41
professionaljkirkerx5-Dec-14 11:41 
GeneralRe: I am still struggling to find a fix for this. Can some guru please help? Pin
samflex5-Dec-14 13:35
samflex5-Dec-14 13:35 
GeneralRe: I am still struggling to find a fix for this. Can some guru please help? Pin
jkirkerx5-Dec-14 13:47
professionaljkirkerx5-Dec-14 13:47 
GeneralRe: I am still struggling to find a fix for this. Can some guru please help? Pin
samflex5-Dec-14 14:23
samflex5-Dec-14 14:23 
GeneralRe: I am still struggling to find a fix for this. Can some guru please help? Pin
jkirkerx5-Dec-14 16:37
professionaljkirkerx5-Dec-14 16:37 
GeneralRe: I am still struggling to find a fix for this. Can some guru please help? Pin
samflex5-Dec-14 17:52
samflex5-Dec-14 17:52 
GeneralRe: I am still struggling to find a fix for this. Can some guru please help? Pin
jkirkerx5-Dec-14 18:11
professionaljkirkerx5-Dec-14 18:11 
GeneralRe: I am still struggling to find a fix for this. Can some guru please help? Pin
samflex6-Dec-14 3:47
samflex6-Dec-14 3:47 
GeneralRe: I am still struggling to find a fix for this. Can some guru please help? Pin
jkirkerx6-Dec-14 7:53
professionaljkirkerx6-Dec-14 7:53 
GeneralWorking copy of your code. Pin
jkirkerx6-Dec-14 9:00
professionaljkirkerx6-Dec-14 9:00 
GeneralRe: Working copy of your code. Pin
samflex6-Dec-14 14:47
samflex6-Dec-14 14:47 
GeneralRe: Working copy of your code. Pin
samflex6-Dec-14 16:21
samflex6-Dec-14 16:21 
QuestionAsp.net page with Web Service WITHIN code behind being called Pin
StealthRT4-Dec-14 5:13
StealthRT4-Dec-14 5:13 
QuestionRe: Asp.net page with Web Service WITHIN code behind being called Pin
jkirkerx4-Dec-14 8:55
professionaljkirkerx4-Dec-14 8:55 
SuggestionRe: Asp.net page with Web Service WITHIN code behind being called Pin
ZurdoDev4-Dec-14 10:45
professionalZurdoDev4-Dec-14 10:45 
Question.NET System.OutOfMemoryException in View using DisplayTemplate Pin
G-Alonso30-Nov-14 1:39
G-Alonso30-Nov-14 1:39 

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.