Click here to Skip to main content
16,007,687 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Binding CSV to CheckboxList Pin
cpkilekofp5-Jun-08 8:19
cpkilekofp5-Jun-08 8:19 
GeneralRe: Binding CSV to CheckboxList Pin
stormcandi5-Jun-08 8:24
stormcandi5-Jun-08 8:24 
GeneralRe: Binding CSV to CheckboxList Pin
cpkilekofp5-Jun-08 9:18
cpkilekofp5-Jun-08 9:18 
GeneralRe: Binding CSV to CheckboxList Pin
stormcandi5-Jun-08 9:19
stormcandi5-Jun-08 9:19 
GeneralRe: Binding CSV to CheckboxList Pin
cpkilekofp5-Jun-08 9:20
cpkilekofp5-Jun-08 9:20 
GeneralRe: Binding CSV to CheckboxList Pin
stormcandi17-Jun-08 8:39
stormcandi17-Jun-08 8:39 
QuestionUpdate panel problems... Pin
Jacob Dixon4-Jun-08 5:51
Jacob Dixon4-Jun-08 5:51 
AnswerRe: Update panel problems... Pin
SomeGuyThatIsMe4-Jun-08 8:38
SomeGuyThatIsMe4-Jun-08 8:38 
to my knowledge one page does not have access to another page's controls, so you cant bind the grid on your view page from the add page, however i believe it is possible to send messages from the child window to the parent window in javascript, or you can set the parent window to watch for the closed event of the child(assuming you have access to an object that represents the window/page you opened) and use that event to refresh the grid. I fairly certain you can do that in plain ol asp .net 1.1, and would assume it works with ajax if there isnt a better way..you could also hide the grid, show the add controls where the grid was(using seperate asp:panels) then when btnAdd is clicked the add panel goes invisible the grid goes visible, and the databind event is called (i've done that many many times in .net 1.1, and continue to use that method in code i've updated to .net 3.5(yes i know it runs on the 2.0 clr) even though there is probably a better way i have not yet invested the time to find it...i dotn get to set priorities of things i work on..thats the boss's job.
GeneralRe: Update panel problems... Pin
Jacob Dixon4-Jun-08 8:48
Jacob Dixon4-Jun-08 8:48 
GeneralRe: Update panel problems... Pin
SomeGuyThatIsMe4-Jun-08 8:53
SomeGuyThatIsMe4-Jun-08 8:53 
GeneralRe: Update panel problems... Pin
Jacob Dixon4-Jun-08 9:00
Jacob Dixon4-Jun-08 9:00 
GeneralRe: Update panel problems... Pin
SomeGuyThatIsMe4-Jun-08 9:06
SomeGuyThatIsMe4-Jun-08 9:06 
QuestionTableRow DOUBLE CLICK EVENT Pin
michael_jhons4-Jun-08 5:28
michael_jhons4-Jun-08 5:28 
AnswerRe: TableRow DOUBLE CLICK EVENT Pin
ToddHileHoffer4-Jun-08 9:00
ToddHileHoffer4-Jun-08 9:00 
GeneralRe: TableRow DOUBLE CLICK EVENT Pin
michael_jhons4-Jun-08 21:41
michael_jhons4-Jun-08 21:41 
AnswerRe: TableRow DOUBLE CLICK EVENT Pin
www.Developerof.NET4-Jun-08 22:38
www.Developerof.NET4-Jun-08 22:38 
GeneralRe: TableRow DOUBLE CLICK EVENT Pin
michael_jhons4-Jun-08 23:32
michael_jhons4-Jun-08 23:32 
RantRe: TableRow DOUBLE CLICK EVENT Pin
ToddHileHoffer5-Jun-08 2:12
ToddHileHoffer5-Jun-08 2:12 
QuestionAdvice on filling a textbox Pin
eyeseetee4-Jun-08 4:05
eyeseetee4-Jun-08 4:05 
AnswerRe: Advice on filling a textbox Pin
N a v a n e e t h4-Jun-08 4:35
N a v a n e e t h4-Jun-08 4:35 
GeneralRe: Advice on filling a textbox Pin
eyeseetee4-Jun-08 4:43
eyeseetee4-Jun-08 4:43 
AnswerRe: Advice on filling a textbox Pin
Member 33013254-Jun-08 4:51
Member 33013254-Jun-08 4:51 
Questionflash in asp.net Pin
cse.vidhya4-Jun-08 3:56
cse.vidhya4-Jun-08 3:56 
AnswerRe: flash in asp.net Pin
Christian Graus4-Jun-08 4:04
protectorChristian Graus4-Jun-08 4:04 
QuestionSerialPort in Web TextBox Pin
caradri4-Jun-08 3:51
caradri4-Jun-08 3:51 

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.