Click here to Skip to main content
15,894,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Methods being generated in the wrong place Pin
Richard Jones29-Aug-08 2:35
Richard Jones29-Aug-08 2:35 
GeneralRe: Methods being generated in the wrong place Pin
Abhishek Sur29-Aug-08 3:35
professionalAbhishek Sur29-Aug-08 3:35 
AnswerRe: Methods being generated in the wrong place Pin
Richard Jones29-Aug-08 5:50
Richard Jones29-Aug-08 5:50 
QuestionTimed out Error in my webpage Pin
Rajeshwary28-Aug-08 2:49
Rajeshwary28-Aug-08 2:49 
AnswerRe: Timed out Error in my webpage Pin
J4amieC28-Aug-08 4:36
J4amieC28-Aug-08 4:36 
GeneralRe: Timed out Error in my webpage Pin
Rajeshwary28-Aug-08 5:00
Rajeshwary28-Aug-08 5:00 
GeneralRe: Timed out Error in my webpage Pin
J4amieC28-Aug-08 5:15
J4amieC28-Aug-08 5:15 
GeneralRe: Timed out Error in my webpage Pin
Rajeshwary28-Aug-08 5:17
Rajeshwary28-Aug-08 5:17 
sqldsCustomers.SelectCommand = "Select (ROW_NUMBER() OVER(ORDER BY Rq.ExpiryDate asc)) as 'Row Number'," +
" CONVERT(varchar(50),Rq.RequestId) as RequestId,CONVERT(varchar(50),Rq.UserId) as BuyerId,Ap.SellerId as SellerId,RUI.ScreenName as BuyerName,Evt.FutureEvent as Event,AUI.ScreenName as SellerName," +
" Ven.name as Venue,Rq.ShippingDate,Evt.Date as EventDate,Rq.ExpiryDate,Rq.date as RequestDate,Rq.Numtickets as Qty,Ap.Date as AcceptedDate," +
" dbo.GetUserSuggestedPrice(Evt.Id, Evt.VenueLayoutId,(SELECT TOP 1 ReqZones.ZoneId FROM FP_RequestedZones ReqZones" +
" WHERE ReqZones.RequestId = Rq.RequestId), 5) AS CurrentUserSuggestedPrice,Rq.UserSuggestedPrice,Rq.BidperTicket as Amount,St.description as Status,(Rq.NumTickets * Rq.BidPerTicket) as TotalTixCost from FP_AcceptedRequests Ap" +
" INNER JOIN FP_UserInfo AUI on AUI.Id=Ap.SellerId RIGHT OUTER JOIN FP_Request Rq on Rq.RequestId=Ap.RequestId INNER JOIN FP_Event Evt on Evt.id=Rq.EventId" +
" INNER JOIN FP_UserInfo RUI on RUI.Id=Rq.UserId INNER JOIN FP_Venue Ven on Ven.Id=Evt.VenueId INNER JOIN FP_StatusLov St on st.id=rq.StatusId where Rq.StatusId=1 and Rq.ExpiryDate>=getdate()";

Wile this query runs i got the Timed out error. And i need to set the timed out before the query excutes.
AnswerRe: Timed out Error in my webpage Pin
Abhishek Sur28-Aug-08 9:47
professionalAbhishek Sur28-Aug-08 9:47 
Questioncomponent like rich textBox Pin
wasifmuneer28-Aug-08 0:58
wasifmuneer28-Aug-08 0:58 
AnswerRe: component like rich textBox Pin
Christian Graus28-Aug-08 1:00
protectorChristian Graus28-Aug-08 1:00 
AnswerRe: component like rich textBox Pin
Tom John28-Aug-08 2:59
Tom John28-Aug-08 2:59 
QuestionHow to disable the back button of browser ? Pin
piyush_patel111128-Aug-08 0:55
piyush_patel111128-Aug-08 0:55 
AnswerRe: How to disable the back button of browser ? Pin
Christian Graus28-Aug-08 0:57
protectorChristian Graus28-Aug-08 0:57 
AnswerRe: How to disable the back button of browser ? Pin
Abhishek Sur28-Aug-08 5:43
professionalAbhishek Sur28-Aug-08 5:43 
AnswerRe: How to disable the back button of browser ? Pin
D4ever28-Aug-08 8:45
D4ever28-Aug-08 8:45 
AnswerRe: How to disable the back button of browser ? Pin
Abhishek Sur29-Aug-08 3:41
professionalAbhishek Sur29-Aug-08 3:41 
GeneralRe: How to disable the back button of browser ? Pin
D4ever31-Aug-08 0:00
D4ever31-Aug-08 0:00 
QuestionHow we can frequently Update data in ASP.NET page? Pin
piyush_patel111128-Aug-08 0:18
piyush_patel111128-Aug-08 0:18 
AnswerRe: How we can frequently Update data in ASP.NET page? Pin
Christian Graus28-Aug-08 0:22
protectorChristian Graus28-Aug-08 0:22 
AnswerRe: How we can frequently Update data in ASP.NET page? Pin
eyeseetee28-Aug-08 0:49
eyeseetee28-Aug-08 0:49 
GeneralRe: How we can frequently Update data in ASP.NET page? Pin
Christian Graus28-Aug-08 0:57
protectorChristian Graus28-Aug-08 0:57 
GeneralRe: How we can frequently Update data in ASP.NET page? Pin
eyeseetee28-Aug-08 1:23
eyeseetee28-Aug-08 1:23 
GeneralRe: How we can frequently Update data in ASP.NET page? Pin
Manas Bhardwaj28-Aug-08 5:08
professionalManas Bhardwaj28-Aug-08 5:08 
QuestionDataview Paging Pin
reogeo200828-Aug-08 0:13
reogeo200828-Aug-08 0:13 

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.