Click here to Skip to main content
15,884,425 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to convert Asp.Net Gridview to OMR sheet Pin
Member 1151271911-Mar-15 21:53
Member 1151271911-Mar-15 21:53 
QuestionRetain value in HttpModule Pin
arisaravanan11-Mar-15 16:28
arisaravanan11-Mar-15 16:28 
AnswerRe: Retain value in HttpModule Pin
F-ES Sitecore11-Mar-15 22:54
professionalF-ES Sitecore11-Mar-15 22:54 
AnswerRe: Retain value in HttpModule Pin
Venkatesh Mookkan18-Mar-15 18:00
Venkatesh Mookkan18-Mar-15 18:00 
QuestionASP.NET Image Viewer? Pin
Member 1151440011-Mar-15 5:49
Member 1151440011-Mar-15 5:49 
AnswerRe: ASP.NET Image Viewer? Pin
Afzaal Ahmad Zeeshan11-Mar-15 7:27
professionalAfzaal Ahmad Zeeshan11-Mar-15 7:27 
AnswerRe: ASP.NET Image Viewer? Pin
Richard Deeming11-Mar-15 8:25
mveRichard Deeming11-Mar-15 8:25 
AnswerRe: ASP.NET Image Viewer? Pin
jkirkerx11-Mar-15 9:28
professionaljkirkerx11-Mar-15 9:28 
When making a web application, speed is essential. So working with large image file sizes are out of the question.
On a desktop app, your working with the data bus and drive speed, and on the internet, your working with a small pipe or tube, that data can flow through. A 700 meg image may take 30 minutes to download, depending on how much total bandwidth is available.
Member 11514400 wrote:
AJAX functionality similar to Google Maps / Open Layers,

On the Google Maps, that is a HTML Container called a div element, in which JavaScript is used to download an array of small image tiles that make up the whole map. It's a 3 part system, in which no data post back to the server(no form painting). So when the map is small, you get a lot of scaled down images, and map is zoomed in, you get full size images.

1. Client Script
2. Web Service, that client script calls - like a back channel from the browser to the server.
3. Server Side Code

You would have to write some really slick client script and kick ass web service to pull that job off.
You can reuse most of the server side code.
QuestionRegarding web site animation when page scroll Pin
Tridip Bhattacharjee10-Mar-15 23:33
professionalTridip Bhattacharjee10-Mar-15 23:33 
AnswerRe: Regarding web site animation when page scroll Pin
Richard MacCutchan10-Mar-15 23:49
mveRichard MacCutchan10-Mar-15 23:49 
QuestionRelation between controller,view and model in asp.net mvc Pin
Tridip Bhattacharjee10-Mar-15 21:43
professionalTridip Bhattacharjee10-Mar-15 21:43 
AnswerRe: Relation between controller,view and model in asp.net mvc Pin
deepankarbhatnagar10-Mar-15 22:51
professionaldeepankarbhatnagar10-Mar-15 22:51 
GeneralRe: Relation between controller,view and model in asp.net mvc Pin
Tridip Bhattacharjee10-Mar-15 23:30
professionalTridip Bhattacharjee10-Mar-15 23:30 
GeneralRe: Relation between controller,view and model in asp.net mvc Pin
Richard MacCutchan10-Mar-15 23:47
mveRichard MacCutchan10-Mar-15 23:47 
AnswerRe: Relation between controller,view and model in asp.net mvc Pin
Joshua Omundson13-Mar-15 9:01
Joshua Omundson13-Mar-15 9:01 
AnswerRe: Relation between controller,view and model in asp.net mvc Pin
Anurag Gandhi16-Mar-15 9:22
professionalAnurag Gandhi16-Mar-15 9:22 
Questionexport gridview data to CSV file Pin
Praveen Kandari10-Mar-15 20:23
Praveen Kandari10-Mar-15 20:23 
AnswerRe: export gridview data to CSV file Pin
Blikkies10-Mar-15 21:34
professionalBlikkies10-Mar-15 21:34 
GeneralRe: export gridview data to CSV file Pin
Praveen Kandari10-Mar-15 22:42
Praveen Kandari10-Mar-15 22:42 
GeneralRe: export gridview data to CSV file Pin
Blikkies10-Mar-15 22:59
professionalBlikkies10-Mar-15 22:59 
GeneralRe: export gridview data to CSV file Pin
Praveen Kandari10-Mar-15 23:04
Praveen Kandari10-Mar-15 23:04 
GeneralRe: export gridview data to CSV file Pin
Abdulnazark14-Mar-15 8:56
Abdulnazark14-Mar-15 8:56 
QuestionCan we force to make button click event happen without actually clicking? Pin
sudevsu10-Mar-15 4:33
sudevsu10-Mar-15 4:33 
AnswerRe: Can we force to make button click event happen without actually clicking? Pin
F-ES Sitecore10-Mar-15 5:12
professionalF-ES Sitecore10-Mar-15 5:12 
GeneralRe: Can we force to make button click event happen without actually clicking? Pin
sudevsu10-Mar-15 5:23
sudevsu10-Mar-15 5:23 

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.