Profile
Achievement
Neven's Recent Snippets
- All /
« Prev 1 Next »
Bind onload function to the iFrame and set the size of the iFrame to the iFrames loaded content.
In the example jQuery is used.
5
1820
posted 13 years ago by Neven
This code demonstrates how to concatenate list of strings using lambda expression without need to use a loop.
1
1644
posted 14 years ago by Neven
This snippet describes how to fill select html element with Text, Value pairs
where 'Text' is displayed to the user and 'Value' is actual value to be processed.
0
1474
posted 14 years ago by Neven
Position of the element to center needs to be relative to the container.
0
1580
posted 14 years ago by Neven
Overwrite LoadViewSate and SaveViewState page methods.
SaveViewState is called on initial page load and that is the place to save your negated flag to Session.
This value should be compared in LoadViewState and if the values are the same it means...
0
1313
posted 14 years ago by Neven