Hi manjaly my program is a bit illitrate;P so not keeping the track of the order of the controls....and i want to litrate it...how?:confused:
safii
Posts
-
Generating text file from web page... -
Generating text file from web page...Hi I have a little problem while generating text file from a web page. Although i got all the text boxes's text aloung with their respective label's text, but these are not in the sequence in which the labels and text boxes are placed on the page. I mean the first line in the text file should be the value of first text box on the page and the 2nd line should be the 2nd label's text and 2nd text box' text and so on..... e.g. if the first label is 'std name' and its value in the text box is 'sheraz' then the file's first line should be 'std name : sheraz' .... for this purpose i use hash table and use label's id as key and text box value as value.... hopefully i describe my rpob ....:) can any body let me out of this prob.. thanx
-
CrystalReport Print Prob...I've created a Crystal Report using ASP.NET. crystal report9. The report is viewed using IE & user needs to print out the report. My problem is, my report has more than 1 page & I need the toolbar for user to navigate to the next page & so on. But I don't want the toolbar to be printed out as part of the page. If i set Seperate Pages to True in the report viewer property. could it posible that while printing a multiple page report tool bar is not printed. can anybody let me out of this prob....
-
Regular expression in .nethi i am facing a problem while building a regular expression for a numeric value having data type 9(13,3). The expression i build is "[0-9]{1,10}\.{0,1}[0-9]{0,3}" but the problem occures when i enter a value like "123456789012". It works fine when a value like "1234567890.123" is entered. Can anybody help me out of this prob? safii