Click here to Skip to main content
15,910,234 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to Set Printer Settings Programatically? Pin
N a v a n e e t h28-Aug-08 18:18
N a v a n e e t h28-Aug-08 18:18 
QuestionRequired a Message using DIV Pin
slSoftware28-Aug-08 7:18
slSoftware28-Aug-08 7:18 
AnswerRe: Required a Message using DIV Pin
Abhishek Sur28-Aug-08 9:36
professionalAbhishek Sur28-Aug-08 9:36 
GeneralRe: Required a Message using DIV Pin
slSoftware29-Aug-08 4:53
slSoftware29-Aug-08 4:53 
QuestionProblem With Grid View Header Pin
Anudeep Jaiswal28-Aug-08 5:33
Anudeep Jaiswal28-Aug-08 5:33 
AnswerRe: Problem With Grid View Header Pin
mghiassi28-Aug-08 8:03
mghiassi28-Aug-08 8:03 
GeneralRe: Problem With Grid View Header Pin
Anudeep Jaiswal29-Aug-08 0:16
Anudeep Jaiswal29-Aug-08 0:16 
AnswerRe: Problem With Grid View Header Pin
D4ever28-Aug-08 8:40
D4ever28-Aug-08 8:40 
QuestionAdding a Combobox in a Datagridview ASP.NET Pin
Vimalsoft(Pty) Ltd28-Aug-08 4:58
professionalVimalsoft(Pty) Ltd28-Aug-08 4:58 
AnswerRe: Adding a Combobox in a Datagridview ASP.NET Pin
AlexeiXX328-Aug-08 11:41
AlexeiXX328-Aug-08 11:41 
QuestionPositioning a Web User Control Pin
Gretna28-Aug-08 3:26
Gretna28-Aug-08 3:26 
AnswerRe: Positioning a Web User Control Pin
Abhishek Sur28-Aug-08 9:39
professionalAbhishek Sur28-Aug-08 9:39 
QuestionMethods being generated in the wrong place [solved] Pin
Richard Jones28-Aug-08 2:59
Richard Jones28-Aug-08 2:59 
AnswerRe: Methods being generated in the wrong place Pin
Bardy8528-Aug-08 4:45
Bardy8528-Aug-08 4:45 
AnswerRe: Methods being generated in the wrong place Pin
Abhishek Sur28-Aug-08 9:42
professionalAbhishek Sur28-Aug-08 9:42 
GeneralRe: Methods being generated in the wrong place Pin
Richard Jones28-Aug-08 9:46
Richard Jones28-Aug-08 9:46 
GeneralRe: Methods being generated in the wrong place Pin
Abhishek Sur29-Aug-08 2:06
professionalAbhishek Sur29-Aug-08 2:06 
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.

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.