Hi to all, I have a problem with sorting and paging.MyApplication is hosted in my localserver.When i call my page from my computer,it functions as i expect it to be,but whenever my page is requested from another Computer sorting and paging are not functioning properly.I am getting an exception like: Error Message:Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount. Stack Trace: at .... Any idea about the problem.I will apprepriate any light with greetings from Germany Özgür
Ozgur
Posts
-
DataGrid Problem -
EXCEL AccessHi , How to access an EXCEL File and read the cells within it? Can anyone show me a light? thanks in advance
-
Countries interfering with other countrieshi, >"Where is the line drawn in what one country can say and do >about the practices of another countries government within >it's own borders" I think that most of the western countries feel themselves as they have the right to do something about the practices of another countries government especially in Africa because they have drawn the border lines of the African countries during the colonial sharing of africa between them. and what most of the western countries especially england minding about is not the attacks aginst human rights and demokracy in Zimbabwe.They are worried because Mugambe is getting the lands from English farmers -which were occupied by England during colonialism time -back as they belong to Zimbabwe not to England. It is not honest to be against Mugambe in Zimbabwe but to support other Mugambes in other countries for Profit. All of the citizens of the world have right to say something about intternall practices in other countries as long as they are protecting the universal human rights. with greetings from Germany Özgür "No one can be perfectly free till all are free; no one can be perfectly happy till all are happy."
-
XML TO PDFHi, What are the ways for creating PDF Files from XML documents. I will use C++. Which libraries can i use? Is there any free libraries(even free for commercial use)? And what about using Formatting Objects? Any advice ,information, approach, light wolud be helpfull. with greetings from germany Özgür "No one can be perfectly free till all are free; no one can be perfectly happy till all are happy."
-
Accelerator KeysHi, I have a MDI Application with threeway splitter ChildFrames. I inserted some shortkeys through resource editor. Shortkeys are invoked only when the pane holding the control(related to shortkey) has the focus. I want shortkeys to be invoked without caring about the focus.. How can i do it? Can anybody put some light infront of me? with greetings from germany özgür
-
ScrollBarHi, How can i disable the scrollbar of my FormView? with greetings
-
Programming UtopiaI would implement an AI(Artificial Intelligent) GOD who can bring justice,freedom and inside richness to everyone all over the world Who can provide happiness and food to not only American children but also to Children in Afganistan,Somali and all over the world. An AI God for whom there wont be any difference between a child in a village in Kabhul and a child in a skyscrabber in New York. A GOD who can show us the way how to realize the humanity inside us not the animality side of us...
-
Programming UtopiaI would implement an AI(Artificial Intelligent) GOD who can bring justice,freedom and inside richness to everyone all over the world Who can provide happiness and food to not only American children but also to Children in Afganistan,Somali and all over the world. An AI God fo whom there wont be any difference between a child in a village in Kabhul and a child in a skyscrabber in New York. A GOD who can show us the way how to realize the humanity inside us not the animality side of us...
-
SMTP Error CodeHi Ravi, It does not work... May be i should consult my netswork administrator.. thanks for your help
-
SMTP Error CodeHi, I am definitly trying to send e-mail through my SMTP Server. I used nslookup to detect my SMTP Server. The IP address is like: blabla.somecompany.de And my email address is like :ozgur@blabla.somecompany.de and my host name is like : blablacomputer.somecompany.de more help? greetings from .de Özgür
-
SMTP Error CodeHi, I am trying to send an email through connecting to SMTP Server. It establishes the connection successfully with the server but when i issue RCPT To: it returns an error with code number 571 and a text "....we do not relay! I could not find this error code within any document related to SMTP Errors. Does anybody know anything about it?Can you please put some light over me? I am tearing my hairs! with greetings from Germany Özgür
-
Programmers and AtheistsHere is a code-snippet from a non-inteligent Programmer enum Belief{RELIGIOUS ,ATHEIST}; enum Property{GOOD_PROGRAMMER , BAD_PROGRAMMER}; class Person { Belief blf; Property prp; } public static void Main() { Person me; Person[] others; if(me.blf==ATHEIST) me.prp = GOOD_PROGRAMMER; else for(int i=0;i
-
Closing an application...Hi everybody, how can i close an application through my application. I launch outlook -with shellexecute- somewhere within my code and want to close it after finishing with it...Is it possible? if(possible) How? thanks in advance with greetings from germany Özgür
-
[VC++][Excel][C++]Hi, Have a look at http://www.codeguru.com/mfc\_database/excel\_sheets\_using\_odbc.shtml it is a good starting point... with greetings Özgür
-
Mailing ApplicationHi, I am sending mail with MAPI. using MAPISendMail function of the library. I have a method to add a recipient to MapiMessage structure. Özgür
-
Mailing ApplicationHi , I have an application that can send mail to some recipients.Is there any system limit on the maximum number of the recipients that i can send mail to(probably yes) if yes,How to learn the number of recipients exceeding the limit ? thanks for help greetings from germany Özgür
-
Finding an item in ListCtrlHi, In order to find an item in a ListCtrl i am using Find method of ListCtrl My code snippet is : CString sText="something"; LVFINDINFO info; info.flags = LVFI_PARTIAL | LVFI_STRING ; info.psz =(LPCSTR) sText; int nIndex = FindItem(&info); //it is always returning 0 even not -1 o indicate that the item is not in the list.I can see my item with the text in ListView but It can not find the item... Any ideas that can put some light... with greetings from Germany Özgür
-
SQLXML. Type Libraryhi, Does anybody know how to use SQLXML Type Library in Visual C++ programs... I need it to do some XML-data retrieving from SQL server 7.0.Or if there is another way to use SQL Server 7.0's XML features through ADO,please let me know... Greetings from Germany Özgür Bachelor of Control&Computer Engineering from IStanbul Technical University Worked with Delphi for 6 Months Worked with Java for 3 Months Now ,Working with MFC,VIsual C++6.0 and ADO
-
retrieving XMLHi, I am just a beginner in this field.I want to learn more about how to retrieve database information as XML data from SQL Server.I got the basic concept,now i need some code snippets that can let me fly.All the information that i could find on internet was for Visual Basic developers..I am working with Visual C++ and ADO and SQL Server 7.0.Can anybody show me some code or some internet sites devoted to Visual C++ developers..Also what else,i need to be able to use XML features of SQL Server? with greetings from Germany Özgür Bachelor of Control&Computer Engineering from IStanbul Technical University Worked with Delphi for 6 Months Worked with Java for 3 Months Now ,Working with MFC,VIsual C++6.0 and ADO
-
Hw to use CArray templateHi , i was just trying to use CArray template and ooops it gave hundreds of errors.When i get rid of it it compiles.an anybody help me to fix it OK. what i added : I have a person class in another file. and the code to create CArray is: CArray m_PersonArray; what is the wrog with it?should i include some header files, just give this beginner a hint with greetings Özgür Bachelor of Control&Computer Engineering from IStanbul Technical University Worked with Delphi for 6 Months Worked with Java for 3 Months Now ,Working with MFC,VIsual C++6.0 and ADO