[Message Deleted]
-
[Message Deleted]
-
[Message Deleted]
pradeepsimha wrote:
how to pass array from one page to another?
First of all what is the reason for passing the Array over page? If its same for all user try to store it in Application Variable or For different for every user use Session. But why you are trying to do that ?
cheers, Abhijit CodeProject MVP
-
pradeepsimha wrote:
how to pass array from one page to another?
First of all what is the reason for passing the Array over page? If its same for all user try to store it in Application Variable or For different for every user use Session. But why you are trying to do that ?
cheers, Abhijit CodeProject MVP
actually i m doing bus reservation project......in form user will select seats(using checkbox lists) and i need to pass those selected values from this page to next page.......so only........
-
[Message Deleted]
You've asked this a few times now. Is it homework or paid work that you're taking on, but have nothing close to the skills needed to do ? If it's homework, talk to your teacher. If it's paid work, tell the client you are a fraud. If you really want to do this, just read all the answers you got last time, and if you post again, post something like 'I was told to do xx, here is my code, and here is where I am still stuck'. The alternative, is to decide that programming is beyond you and to do something else with your time.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
[Message Deleted]
-
You've asked this a few times now. Is it homework or paid work that you're taking on, but have nothing close to the skills needed to do ? If it's homework, talk to your teacher. If it's paid work, tell the client you are a fraud. If you really want to do this, just read all the answers you got last time, and if you post again, post something like 'I was told to do xx, here is my code, and here is where I am still stuck'. The alternative, is to decide that programming is beyond you and to do something else with your time.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
thanx for u r concern bt programming is not behind me.......k:mad::mad::mad:
-
You've asked this a few times now. Is it homework or paid work that you're taking on, but have nothing close to the skills needed to do ? If it's homework, talk to your teacher. If it's paid work, tell the client you are a fraud. If you really want to do this, just read all the answers you got last time, and if you post again, post something like 'I was told to do xx, here is my code, and here is where I am still stuck'. The alternative, is to decide that programming is beyond you and to do something else with your time.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
if you know u help but pls dont try to degrade one's ability because one or other day u ll also in d situation to get help from others...
-
if you know u help but pls dont try to degrade one's ability because one or other day u ll also in d situation to get help from others...
you're wrong. I have far more difficult problems than yours and I solve them myself, with google and with textbooks. I DO ask questions from time to time, but never as basic as this one, and never without reading and applying the answers.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
thanx for u r concern bt programming is not behind me.......k:mad::mad::mad:
I'm not sure what this means ? Are you a student who has not studied enough, or are you being paid for your ignorance ?
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
Hi, you must have public property for your array. example: private _id as string() public property strID() as string
Gosh - that's more clueless than even the OP. This thread is getting better all the time. How does he pass the property between web pages according to your answer ?
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
actually i m doing bus reservation project......in form user will select seats(using checkbox lists) and i need to pass those selected values from this page to next page.......so only........
But, is it homework, or paid work ?
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )