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

ASP.NET

 
GeneralRe: Need to loop through Kendo grid to get the selected value of all the Dropdowns in the Grid Pin
indian14320-Mar-18 20:44
indian14320-Mar-18 20:44 
GeneralRe: Need to loop through Kendo grid to get the selected value of all the Dropdowns in the Grid Pin
Richard Deeming21-Mar-18 9:24
mveRichard Deeming21-Mar-18 9:24 
GeneralRe: Need to loop through Kendo grid to get the selected value of all the Dropdowns in the Grid Pin
indian14321-Mar-18 10:07
indian14321-Mar-18 10:07 
GeneralRe: Need to loop through Kendo grid to get the selected value of all the Dropdowns in the Grid Pin
indian14321-Mar-18 7:29
indian14321-Mar-18 7:29 
Questionhow to find a running total in a gridView templateField Pin
Member 933127820-Mar-18 12:40
Member 933127820-Mar-18 12:40 
AnswerRe: how to find a running total in a gridView templateField Pin
Vincent Maverick Durano20-Mar-18 17:35
professionalVincent Maverick Durano20-Mar-18 17:35 
QuestionPage.RegisterStartupScript Method Pin
A_Griffin16-Mar-18 2:23
A_Griffin16-Mar-18 2:23 
AnswerRe: Page.RegisterStartupScript Method Pin
Richard Deeming16-Mar-18 2:46
mveRichard Deeming16-Mar-18 2:46 
It ensures the script is only registered once.

For example, if you have a UserControl, you could have multiple instances of it on the page. Writing the script to a literal would output one copy of the script for each instance of the control, whereas RegisterStartupScript would (normally) only output one copy.

It also ensures that the script is rendered at the bottom of the form, rather than scattered throughout the markup. Not a huge issue, but very satisfying if you have OCD. Smile | :)



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Page.RegisterStartupScript Method Pin
A_Griffin16-Mar-18 2:54
A_Griffin16-Mar-18 2:54 
AnswerRe: Page.RegisterStartupScript Method Pin
F-ES Sitecore19-Mar-18 0:24
professionalF-ES Sitecore19-Mar-18 0:24 
QuestionSCHEDULER IN VISUAL STUDIOS Pin
Faisal716-Mar-18 1:26
Faisal716-Mar-18 1:26 
AnswerRe: SCHEDULER IN VISUAL STUDIOS Pin
Vincent Maverick Durano20-Mar-18 17:57
professionalVincent Maverick Durano20-Mar-18 17:57 
GeneralRe: SCHEDULER IN VISUAL STUDIOS Pin
Faisal721-Mar-18 3:00
Faisal721-Mar-18 3:00 
GeneralRe: SCHEDULER IN VISUAL STUDIOS Pin
Charlie brown 7113-Apr-18 0:35
Charlie brown 7113-Apr-18 0:35 
QuestionDomain driven design pattern and onion architecture is same or different Pin
Mou_kol13-Mar-18 22:05
Mou_kol13-Mar-18 22:05 
AnswerRe: Domain driven design pattern and onion architecture is same or different Pin
Bohdan Stupak20-Mar-18 4:48
professionalBohdan Stupak20-Mar-18 4:48 
AnswerRe: Domain driven design pattern and onion architecture is same or different Pin
anmolgoranga22-Mar-18 1:41
anmolgoranga22-Mar-18 1:41 
QuestionDifference between Open ID and OAuth Pin
Mou_kol13-Mar-18 4:14
Mou_kol13-Mar-18 4:14 
AnswerRe: Difference between Open ID and OAuth Pin
Vincent Maverick Durano18-Mar-18 21:39
professionalVincent Maverick Durano18-Mar-18 21:39 
GeneralRe: Difference between Open ID and OAuth Pin
Mou_kol19-Mar-18 23:20
Mou_kol19-Mar-18 23:20 
GeneralRe: Difference between Open ID and OAuth Pin
Vincent Maverick Durano20-Mar-18 17:17
professionalVincent Maverick Durano20-Mar-18 17:17 
QuestionArchitecture similar to asp.net boilerplate Pin
Charlie brown 71112-Mar-18 20:47
Charlie brown 71112-Mar-18 20:47 
QuestionProcess master detail JSON with WCF Pin
Priyanka Kale9-Mar-18 0:08
Priyanka Kale9-Mar-18 0:08 
QuestionData Access In Models & Repositories Pin
Priyanka Kale7-Mar-18 22:42
Priyanka Kale7-Mar-18 22:42 
AnswerRe: Data Access In Models & Repositories Pin
Richard MacCutchan7-Mar-18 23:09
mveRichard MacCutchan7-Mar-18 23:09 

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.