hi jeena, can you give me the expand of your code . then only i will give the solution perfectly . thanks
regards A.Paradap On Wed, Mar 18, 2009 at 7:11 PM, Jeena Ajiesh <[email protected]> wrote: > Hi all, > this may be a small error, > anyway the problem is even though the condition is true, its not hitting. > I'm retrieving some values from database and storing it in variable. > Along with that,I'm comparing the retrieved value with another variable. > Even if its true, its not going inside if loop. > Can anyone find out that small error. > > My Code is as follows > > while sdr.Read() > from=sdr(0) > to=sdr(1) > name=sdr(2) > desc=sdr(3) > if (percent>=from) And (percent<=to) > txtname.text=name //These r not executed..... > txtdesc.text=desc > End If > End While > Im doing it in Asp.net,vs2005 > -- > **************** > Regards, > ♪♥♫♥Ĵєєήǎ ♫♥♪♥ > Email: [email protected] > [email protected] > [email protected] > >
