Click here to Skip to main content
15,891,864 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCalling dll function from javascript Pin
Maria5512-Jan-09 19:53
Maria5512-Jan-09 19:53 
AnswerRe: Calling dll function from javascript Pin
mr_muskurahat12-Jan-09 19:56
mr_muskurahat12-Jan-09 19:56 
AnswerRe: Calling dll function from javascript Pin
Abhijit Jana12-Jan-09 20:25
professionalAbhijit Jana12-Jan-09 20:25 
AnswerRe: Calling dll function from javascript Pin
Aman Bhullar12-Jan-09 21:39
Aman Bhullar12-Jan-09 21:39 
QuestionReferencing dll from other folder in root folder ? Pin
King Shez12-Jan-09 19:53
King Shez12-Jan-09 19:53 
AnswerRe: Referencing dll from other folder in root folder ? Pin
Brij12-Jan-09 20:16
mentorBrij12-Jan-09 20:16 
GeneralRe: Referencing dll from other folder in root folder ? Pin
King Shez12-Jan-09 20:31
King Shez12-Jan-09 20:31 
QuestionStrange problem in ASP.NET Pin
satamita12-Jan-09 19:41
satamita12-Jan-09 19:41 
We have a FormView control to show customer information with paging enabled in an .aspx page named Customer.aspx. We can navigate page by page to show customer information per page. FormView datasource has been a SqlDataSource control which is calling a stored Procedure. And FormView dataKey has been set to be customerID.

Now in this page FormView nevigation is working well showing customer page by page order by their names.

We have another page named Sales.aspx, from which we can get back to our previous page named Customer.aspx by clicking a button. At this time we are taking a particular customerID in Session and calculation the rowid/position of this customer [with an order by query which is the same with the stored procedure of FormView Datasource]. Now we are doing

FormView1.PageIndex = CustomerPosition;

So that we can directly go to the FormView page where this customer is and as FormView datakey is the customerID we can view this particular customer data in that FormView page.

Instead of this we are having a wrong customer data in that page of FormView. What is more interesting here that not every time this is happening……sometimes it is working fine showing correct customer information in FormView pages and ‘Next’,’Previous’ working fine with correct results. Here by correct customer I mean that particular customer which belongs to that FormView page. We have checked our log file. There we have found out that after FormView pageindex has been changed, sometimes (randomly) FormView.selectedvalue is wrongly referring to a different CustomerID which was not the correct one.

The whole behavior is completely random and does not have a recognizable pattern. Sometimes (randomly) FormView.selectedvalue is choosing a wrong value and it’s a read only field. While running it at our local boxes, the frequency of error is less whereas frequency of error is more when we are running it at our server. We are using windows server 2003, Sql server 2005 and IIS6 and ASP.NET 3.0

Any suggestions will be greatly appreciated. Thanks.
AnswerRe: Strange problem in ASP.NET Pin
Member 450194013-Jan-09 4:07
Member 450194013-Jan-09 4:07 
QuestionProblem with ajax calendar control Pin
sarang_k12-Jan-09 19:24
sarang_k12-Jan-09 19:24 
AnswerRe: Problem with ajax calendar control Pin
Rutvik Dave13-Jan-09 3:43
professionalRutvik Dave13-Jan-09 3:43 
QuestionMail Server application Pin
rushi_gavankar12-Jan-09 18:49
rushi_gavankar12-Jan-09 18:49 
AnswerRe: Mail Server application Pin
Not Active12-Jan-09 19:19
mentorNot Active12-Jan-09 19:19 
GeneralRe: Mail Server application Pin
rushi_gavankar12-Jan-09 19:33
rushi_gavankar12-Jan-09 19:33 
Questionnot getting text in hindi Pin
Rahul DSG12-Jan-09 18:33
Rahul DSG12-Jan-09 18:33 
AnswerRe: not getting text in hindi Pin
Not Active12-Jan-09 18:46
mentorNot Active12-Jan-09 18:46 
AnswerRe: not getting text in hindi Pin
Aman Bhullar12-Jan-09 21:36
Aman Bhullar12-Jan-09 21:36 
GeneralRe: not getting text in hindi Pin
Rahul DSG20-Jan-09 18:00
Rahul DSG20-Jan-09 18:00 
GeneralRe: not getting text in hindi Pin
Aman Bhullar21-Jan-09 5:42
Aman Bhullar21-Jan-09 5:42 
GeneralRe: not getting text in hindi Pin
Rahul DSG21-Jan-09 18:00
Rahul DSG21-Jan-09 18:00 
Questiondd/mm/yyyy to mm/dd/yyyy format Pin
Member 387988112-Jan-09 18:02
Member 387988112-Jan-09 18:02 
AnswerRe: dd/mm/yyyy to mm/dd/yyyy format Pin
Abhijit Jana12-Jan-09 18:10
professionalAbhijit Jana12-Jan-09 18:10 
GeneralRe: dd/mm/yyyy to mm/dd/yyyy format Pin
Member 387988112-Jan-09 18:15
Member 387988112-Jan-09 18:15 
AnswerRe: dd/mm/yyyy to mm/dd/yyyy format Pin
scotchy2hotty2k212-Jan-09 18:27
scotchy2hotty2k212-Jan-09 18:27 
GeneralRe: dd/mm/yyyy to mm/dd/yyyy format Pin
Abhijit Jana12-Jan-09 18:29
professionalAbhijit Jana12-Jan-09 18:29 

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.