|
Socheat.Net wrote: below is my example
I don't see any code in this post. What example?
Socheat.Net wrote: When user type keyword "Economics Review" it will transfer the keyword to compare with sql query if it found Economics it will dispaly Economics and Review is found will also display but i want to find only the keyword "Economics Review"
So what code do you have already?
Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...
* Reading: Developer Day 5
Ready to Give up - Your help will be much appreciated.
My website
|
|
|
|
|
try using like statement by the following way coz i had the same issue and i have succeed with the below technique
select * from <tablename> where <column name=""> like '%Economics%' and <column name=""> like '%Review%'
Regards
Prakash-B
|
|
|
|
|
Thanks, but not what i want
Socheat
|
|
|
|
|
HI,
Try the follwing way.
select * from <tablename> where like '%Economics Review%'
I hope this will help you.
Thanks and Regards,
Chetan Ranpariya
|
|
|
|
|
update TblAdvance Set check=false where ecode='1011' and type='Festival' and Check=true
this query does not work it says Syntax error in update statement.
when Executed in access Query it work Fine..
Please Help Me...
-- modified at 8:37 Thursday 28th June, 2007
|
|
|
|
|
try this
update TblAdvance Set check=true where ecode=1011 and type=Festival and Check=true
Best regard
Pathan
GOD HELP THOSE WHO HELP THEMSELVES
|
|
|
|
|
Even if you did get it to run without a syntax error it doesn't do anything. It will only set check to true where check is already true.
By the way, did you mean check=1
Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...
* Reading: Developer Day 5
Ready to Give up - Your help will be much appreciated.
My website
|
|
|
|
|
hi pathan
thanks 4 the reply.. i should make it false.....
regards
DEv
|
|
|
|
|
hi all,
I am using VS2003.
I would like to know the main difference between
Page.RegisterClientScriptBlock and Page.RegisterStartupScript???
my another doubt is, if user disable javascript in his browser, can we invoke a javscript function???
is there any solution for that??
i have some javscript functions and i saved it in a .JS file.
for example RoundVal().
i want to invoke his function for rounding a textbox value on its blur event,even client disable javascript in his browser??
All I ever wanted is what others have.... CrazySanker
|
|
|
|
|
RegisterClientScriptBlock adds the script to the top of the page, RegisterStartupScript at the bottom
Vipin dev wrote: my another doubt is, if user disable javascript in his browser, can we invoke a javscript function???
is there any solution for that??
No you can't - think what a security hole that would be if we could....
Vipin dev wrote: i have some javscript functions and i saved it in a .JS file.
for example RoundVal().
i want to invoke his function for rounding a textbox value on its blur event,even client disable javascript in his browser??
Basically, hard luck - you can't
"Knock me down, I'll get straight back up again, I'll come back stronger than a powered up pacman"
(Lilly Allen / Kaiser Chiefs)
|
|
|
|
|
Can anyone provide dumps for writing the exam 70-315(MCAD). Thanks in Advance.
|
|
|
|
|
|
Dear narayana,
go to braindumps.com
you can find enormous resources there.
All The Best
Sathesh Pandian
|
|
|
|
|
|
Don't give him the answers to an exam - Don't ecourage cheating.
Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...
* Reading: Developer Day 5
Ready to Give up - Your help will be much appreciated.
My website
|
|
|
|
|
Don't give him the answers to an exam - Don't ecourage cheating.
Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...
* Reading: Developer Day 5
Ready to Give up - Your help will be much appreciated.
My website
|
|
|
|
|
mnarayana3 wrote: Can anyone provide dumps for writing the exam 70-315(MCAD).
Asking for dumps is an abuse of the system. You are supposed to LEARN the subject area so you can pass the exam.
Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...
* Reading: Developer Day 5
Ready to Give up - Your help will be much appreciated.
My website
|
|
|
|
|
why we can not consider this as a part of our preparation to the
exam ?? you know as review how the questions style is
When you get mad...THINK twice that the only advice
Tamimi - Code
|
|
|
|
|
Tamimi - Code wrote: why we can not consider this as a part of our preparation to the
exam ??
During the exam you are supposed to work out the answers to the questions. You do not go in knowing what questions you will be asked and the answers to those questions. Using brain dumps is only a test of memory (how well you can memorise the answers), not of problem solving ability.
Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...
* Reading: Developer Day 5
Ready to Give up - Your help will be much appreciated.
My website
|
|
|
|
|
Braindumps are mostly real questions from the exam that somehow leaked out. They are more for cheating then style. For style either buy the training kit for the exam to take or have a look at sites like http://www.measureup.com/[^].
|
|
|
|
|
thank you Colin and szukuro the illustration
When you get mad...THINK twice that the only advice
Tamimi - Code
|
|
|
|
|
No worries.
Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...
* Reading: Developer Day 5
Ready to Give up - Your help will be much appreciated.
My website
|
|
|
|
|
Hi all,
I started to use Crystal Reports so I'm new to the concept. I looked at a tutorial om Microsoft's website and implemented that code. Every thing compiles but when I view the web page, the CrystalReportViewer keeps telling me "Use ReportSource or DataBindings property to specify a report source." Which I did, and right after the initialise component I called CrystalReportViewer1.DataBind();
Any help?
|
|
|
|
|
Soz I found the problem, my reference to the code behind page wasnt there 
|
|
|
|
|
hello frnds,
how can i send a mail in outlook express using asp.net in VB ???
the sent mail should be saved at "Draft" of reciever
i have input as
-sender address
-reciever address
-server IP/Name
can i send successfully ???
any one have code then plzzz..help...
OR
any useful link...
thankx in advance
-koolprasad2003
Be a good listener...Because Opprtunity knoughts softly...N-Joy
|
|
|
|