Click here to Skip to main content
16,005,697 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: This Works!! [modified] Pin
Guffa19-Jan-07 10:06
Guffa19-Jan-07 10:06 
QuestionSearch Option Pin
kavi200019-Jan-07 5:51
kavi200019-Jan-07 5:51 
AnswerRe: Search Option Pin
Jon Sagara19-Jan-07 9:44
Jon Sagara19-Jan-07 9:44 
QuestionCan an ASP.Net Control be used in old asp page? Pin
PrashantJ19-Jan-07 5:49
PrashantJ19-Jan-07 5:49 
AnswerRe: Can an ASP.Net Control be used in old asp page? Pin
ToddHileHoffer19-Jan-07 6:02
ToddHileHoffer19-Jan-07 6:02 
GeneralRe: Can an ASP.Net Control be used in old asp page? Pin
PrashantJ19-Jan-07 7:52
PrashantJ19-Jan-07 7:52 
Questioninterview questions Pin
saravanan0519-Jan-07 5:42
saravanan0519-Jan-07 5:42 
AnswerRe: interview questions Pin
ToddHileHoffer19-Jan-07 6:01
ToddHileHoffer19-Jan-07 6:01 
I have been programming asp.net for 5 years, here is how I would answer.

1.If you are updating a record that has been deleted, then you haven't coded any record locking which is not good. I make database updates by calling stored procedures directly, I don't use the dataset. So if my stored proc didn't check if the record exists then it would execute but zero rows would be affected.

2. I've never tried that before because I don't put code in my aspx pages. However, it would only take a second to try it and see.

3. You have to set up a certificate in IIS. But you could just follow the instructions at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/secnetht16.asp






Just an aside, those are some terrible questions. 1. is bad because updating a dataset is terribly inefficient and should rarely be used. 2. Putting code in the ASPX page is not only pointless, it defeats the entire point of having a code behind page. 3. Most companies do not ask the developer to be responsible for configuring IIS. Setting up SSl is usually not the job of the developer. Not to mention that none of these questions gauge your intellect or ability. You have either come across those specific situations or your haven't. I would ask yourself if you really want to work at a company that asks such silly questions.


GeneralRe: interview questions Pin
ednrgc19-Jan-07 7:07
ednrgc19-Jan-07 7:07 
QuestionWhich command/code we get any event trigger from client (ie: mouse -click)? Pin
ATC19-Jan-07 5:34
ATC19-Jan-07 5:34 
AnswerRe: Which command/code we get any event trigger from client (ie: mouse -click)? Pin
ToddHileHoffer19-Jan-07 6:04
ToddHileHoffer19-Jan-07 6:04 
GeneralRe: Which command/code we get any event trigger from client (ie: mouse -click)? Pin
ATC21-Jan-07 11:27
ATC21-Jan-07 11:27 
QuestionCustom Validator [NOT working] Pin
Dayekh19-Jan-07 4:02
Dayekh19-Jan-07 4:02 
AnswerRe: Custom Validator [NOT working] Pin
Paddy Boyd19-Jan-07 4:20
Paddy Boyd19-Jan-07 4:20 
GeneralRe: Custom Validator [NOT working] Pin
Dayekh19-Jan-07 5:07
Dayekh19-Jan-07 5:07 
Questionhow to synchronize information from ASP.NET calendar to outlook calendar ? Pin
King Shez19-Jan-07 3:44
King Shez19-Jan-07 3:44 
Questionfocus on asp.net button [modified] Pin
amit_k_gupta19-Jan-07 3:39
amit_k_gupta19-Jan-07 3:39 
AnswerRe: focus on asp.net button Pin
ednrgc19-Jan-07 5:48
ednrgc19-Jan-07 5:48 
AnswerRe: focus on asp.net button Pin
enjoycrack19-Jan-07 21:09
enjoycrack19-Jan-07 21:09 
QuestionTo get Code of Sending Mail Automatically Through Asp.net Pin
frsravi19-Jan-07 2:22
frsravi19-Jan-07 2:22 
Questionto get code of Hit-Counter Pin
frsravi19-Jan-07 2:19
frsravi19-Jan-07 2:19 
AnswerRe: to get code of Hit-Counter Pin
ednrgc19-Jan-07 5:53
ednrgc19-Jan-07 5:53 
Questione-gold.com paying Pin
boss-tech19-Jan-07 2:12
boss-tech19-Jan-07 2:12 
AnswerRe: e-gold.com paying Pin
Paddy Boyd19-Jan-07 4:21
Paddy Boyd19-Jan-07 4:21 
GeneralRe: e-gold.com paying Pin
boss-tech20-Jan-07 23:03
boss-tech20-Jan-07 23:03 

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.