Click here to Skip to main content
16,004,974 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Place two site on one server Pin
Imran Khan Pathan3-Aug-08 20:00
Imran Khan Pathan3-Aug-08 20:00 
AnswerRe: Place two site on one server Pin
Abhijit Jana3-Aug-08 20:53
professionalAbhijit Jana3-Aug-08 20:53 
QuestionPath of webresource.axd changed after Doing double natting of the hosted website... Pin
amit.jha3-Aug-08 18:57
amit.jha3-Aug-08 18:57 
QuestionEvent when a user leaves the page Pin
mpavas3-Aug-08 18:26
mpavas3-Aug-08 18:26 
AnswerRe: Event when a user leaves the page Pin
Sam Xavier3-Aug-08 19:34
Sam Xavier3-Aug-08 19:34 
GeneralRe: Event when a user leaves the page Pin
mpavas3-Aug-08 21:01
mpavas3-Aug-08 21:01 
QuestionSlideShow from SQL Server database Pin
Jassim Rahma3-Aug-08 10:28
Jassim Rahma3-Aug-08 10:28 
AnswerRe: SlideShow from SQL Server database Pin
Colin Angus Mackay3-Aug-08 13:48
Colin Angus Mackay3-Aug-08 13:48 
jrahma wrote:
protected void Page_Load(object sender, EventArgs e)
{
GetHomeSlides();
}


So, you call GetHomeSlides, which builds and returns an ArrayList of URLs, but then you don't do anything with them. You effectively throw away the results. Perhaps you should assign the result of the method to something.

Oh... and this code:
jrahma wrote:
catch (Exception)
{
throw;
}


Nice... What exactly does that do? (Yes, I know the answer, I want you to think about it)


Questionmultiple ads using adrotator Pin
Jassim Rahma3-Aug-08 10:22
Jassim Rahma3-Aug-08 10:22 
QuestionCollapsible GridView Rows Pin
Jassim Rahma3-Aug-08 10:20
Jassim Rahma3-Aug-08 10:20 
AnswerRe: Collapsible GridView Rows Pin
Gayani Devapriya4-Aug-08 3:29
Gayani Devapriya4-Aug-08 3:29 
QuestionIdentify the web url name Pin
slSoftware3-Aug-08 7:34
slSoftware3-Aug-08 7:34 
AnswerRe: Identify the web url name Pin
N a v a n e e t h3-Aug-08 8:04
N a v a n e e t h3-Aug-08 8:04 
Questionshoppingcart without asp.net llogin control Pin
strawberrysh3-Aug-08 7:23
strawberrysh3-Aug-08 7:23 
AnswerRe: shoppingcart without asp.net llogin control Pin
N a v a n e e t h3-Aug-08 8:12
N a v a n e e t h3-Aug-08 8:12 
GeneralRe: shoppingcart without asp.net llogin control Pin
strawberrysh3-Aug-08 8:31
strawberrysh3-Aug-08 8:31 
QuestionForms authentication and session question Pin
kensai3-Aug-08 3:17
kensai3-Aug-08 3:17 
AnswerRe: Forms authentication and session question Pin
Abhijit Jana3-Aug-08 3:31
professionalAbhijit Jana3-Aug-08 3:31 
QuestionLOCK/UNLOCK mechanism for particular record Pin
Karan_TN3-Aug-08 1:03
Karan_TN3-Aug-08 1:03 
AnswerRe: LOCK/UNLOCK mechanism for particular record Pin
Sam Xavier3-Aug-08 19:38
Sam Xavier3-Aug-08 19:38 
GeneralRe: LOCK/UNLOCK mechanism for particular record Pin
Karan_TN3-Aug-08 23:10
Karan_TN3-Aug-08 23:10 
QuestionServer.MapPath .. just curious? Pin
Blumen3-Aug-08 0:03
Blumen3-Aug-08 0:03 
QuestionRe: Server.MapPath .. just curious? Pin
Abhijit Jana3-Aug-08 1:29
professionalAbhijit Jana3-Aug-08 1:29 
AnswerRe: Server.MapPath .. just curious? Pin
Blumen3-Aug-08 2:26
Blumen3-Aug-08 2:26 
GeneralRe: Server.MapPath .. just curious? Pin
Abhijit Jana3-Aug-08 2:34
professionalAbhijit Jana3-Aug-08 2:34 

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.