Click here to Skip to main content
16,004,991 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can draw a line like this [modified] Pin
rah_sin11-Jun-06 19:36
professionalrah_sin11-Jun-06 19:36 
QuestionConvert C++ typedef to C# Pin
Bill Richards11-Jun-06 12:15
Bill Richards11-Jun-06 12:15 
QuestionCommand line tool for publishing an app similiar to ClickOnce? Pin
Raffi Basmajian11-Jun-06 12:03
Raffi Basmajian11-Jun-06 12:03 
AnswerRe: Command line tool for publishing an app similiar to ClickOnce? Pin
leppie11-Jun-06 20:27
leppie11-Jun-06 20:27 
GeneralRe: Command line tool for publishing an app similiar to ClickOnce? Pin
Raffi Basmajian12-Jun-06 14:52
Raffi Basmajian12-Jun-06 14:52 
QuestionUrgent reply required pls [modified] Pin
ArunaGopalalkrishnan11-Jun-06 8:51
ArunaGopalalkrishnan11-Jun-06 8:51 
GeneralRe: Urgent reply required pls Pin
Guffa11-Jun-06 12:29
Guffa11-Jun-06 12:29 
GeneralRe: Urgent reply required pls [modified] Pin
ArunaGopalalkrishnan18-Jun-06 0:08
ArunaGopalalkrishnan18-Jun-06 0:08 
Ya you are correct am doing a search....Big Grin | :-D
Let me be more clear to you...

I should have a method in which the client raise a query to search an attribute like "keyp%" which displays all the keywords from my database starting with 'keyp'

The tree view of mine will be just like this

Coreservices (root)



Subservices1 subservices2
(immediate children of the root)


careactivities1 careactivities2
(immediate child of (immediate child of
the subservices1 ) the subservices2)




The root ,the immediate children of the root and the immediate children of the subservices has some attributes each..

The client has to get the attributes starting with something for example like he wants to search an attribute starting with "keyp%"

& also the client can give (keyp%, Coreservices,Subservices1) which means that the attribute starting with keyp must be in the careActivities1 under the Subservices1

else the client can give only (keyp%, CoreServices) which means that the attribute starting with keyp must be in any of the careactivites under the coreservices root

else the client can give only (Coreservices , Subservices) which means that all the attributes under the specified subservices 's careactivities will be displayed.

Like this the client can give his own input of passing one or more inputs at runtime (its the wish of the client he can pass one, two or three inputs at runtime) & search for the attribute in the treeview...

I hope so that am clear now if not pls let me know i will try to make it more obvious...

Thanking you in anticipation

Hint:: I hope so that whether it can be done by dynamic query else using if statement in SQL but am not so clear on how to do these and also am more particular in performance issues...

Regards
Aruna Gopalakrishnan Smile | :)


-- modified at 6:10 Sunday 18th June, 2006
Questioncircle button Pin
Mohammed Elkholy11-Jun-06 8:30
Mohammed Elkholy11-Jun-06 8:30 
AnswerRe: circle button Pin
Robert Rohde11-Jun-06 8:55
Robert Rohde11-Jun-06 8:55 
AnswerRe: Remove table if condition is true Pin
Guffa11-Jun-06 8:52
Guffa11-Jun-06 8:52 
GeneralRe: Remove table if condition is true Pin
Yustme11-Jun-06 8:56
Yustme11-Jun-06 8:56 
GeneralRe: Remove table if condition is true Pin
Guffa11-Jun-06 12:35
Guffa11-Jun-06 12:35 
GeneralRe: Remove table if condition is true Pin
Yustme11-Jun-06 12:39
Yustme11-Jun-06 12:39 
AnswerRe: Remove table if condition is true Pin
Guffa11-Jun-06 18:48
Guffa11-Jun-06 18:48 
QuestionPagers and SMS messaging Pin
C# King11-Jun-06 8:14
C# King11-Jun-06 8:14 
AnswerRe: Pagers and SMS messaging Pin
martin_hughes11-Jun-06 8:43
martin_hughes11-Jun-06 8:43 
QuestionImage Comparison Algorithm... Pin
Shy Agam11-Jun-06 7:11
Shy Agam11-Jun-06 7:11 
AnswerRe: Image Comparison Algorithm... Pin
Robert Rohde11-Jun-06 8:57
Robert Rohde11-Jun-06 8:57 
GeneralRe: Image Comparison Algorithm... Pin
Shy Agam11-Jun-06 11:37
Shy Agam11-Jun-06 11:37 
QuestionCannot implicitly convert type 'int' to 'bool' Pin
Hengy11-Jun-06 7:01
Hengy11-Jun-06 7:01 
AnswerRe: Cannot implicitly convert type 'int' to 'bool' Pin
teejayem11-Jun-06 7:08
teejayem11-Jun-06 7:08 
Questionwriting to txtfiles Pin
rcwoods11-Jun-06 6:46
rcwoods11-Jun-06 6:46 
AnswerRe: writing to txtfiles Pin
Robert Rohde11-Jun-06 8:58
Robert Rohde11-Jun-06 8:58 
AnswerRe: writing to txtfiles Pin
Guffa11-Jun-06 12:39
Guffa11-Jun-06 12:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.