473,413 Members | 1,802 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

User Control and DB

I have a panel and some userControls.
To load them to my Panel :

Dim monFormulaire As New UcFormulaireTest
panelFormulaire.Controls.Clear()
panelFormulaire.Controls.Add(monFormulaire)
But if i have a query who search the name of my UC :
like :
Dim monFormulaire As New cmd.executeScalar !!!! HERE IS MY PROBLEM
panelFormulaire.Controls.Clear()
panelFormulaire.Controls.Add(monFormulaire)

thx for help

Nov 21 '05 #1
8 1064
Hi,
Dim monFormulaire As New cmd.executeScalar !!!! HERE IS MY PROBLEM


Have you any idea why this should work.

With this you tell that monFormulaire is a field in the correct format in a
database.
There is no usercontrol field at least in a SQLServer or MSAccess database.

Cor
Nov 21 '05 #2
Yes i know it... but i don't know how to convert to my type...

i try ctype... but i have not success

Nov 21 '05 #3
Usecasessoftware

Do you mean you want to do something in a kind of pseudo code

\\\
dim indexer as integer
"select indexer from database"
indexer = executescalar

select case indexer
case 1
pannel.add(usercontrol1)
case 2
pannel.add(usercontrol2)
end select
///

I hope this helps,

Cor

"ucasesoftware" <uc***********@hotmail.fr> schreef in bericht
news:11**********************@o13g2000cwo.googlegr oups.com...
Yes i know it... but i don't know how to convert to my type...

i try ctype... but i have not success

Nov 21 '05 #4
it's what i did but i want direc

dim myUC as new indexer

understand ?

Nov 21 '05 #5
Unesec

dim myUC as new indexer


This command telss that there should be created a new object myUC from the
type indexer.

What is the sense of that?

Cor
Nov 21 '05 #6
no no
i have a userControl name : test.vb

in database i have a column : nameOfUserControl
with my cmd.executeScalar i read the column nameOfUserControl

so i want to do :

Dim monFormulaire As New cmd.executeScalar (who is "test")

Nov 21 '05 #7
myApplication have to take message from phone
But if its doctor message i have to display doctor UC and if it's
customers message i have to display curtomer message

So i have several UC and one message winform

but i can have 100 UC...
So ok i can do Select Case ....

but if i can do directry .... dim myUC as new " cmd.excecuteScalar"

it's more clean code...

that's all... but maybe it's impossible

Nov 21 '05 #8
ucase,

A control is not serializable, so you cannot place it in a database.
What you can do is giving it an ident.

Than you can find it direct in the method as I gave you, what is early
binding and which goes fast at runtime or using it indirect using reflection
(late binding).

For both you have to build an error routine in your program for if somebody
outside the program changes the database.

That reflection method is less work to type with 100 controls, however I
don't like it, with some copy and paste and simple indexnames that select is
as well very quick build.

Beneath a link to a sample. There are more samples in this newgroup about
using reflection with this. However you can maybe start with this one.

http://groups.google.com/group/micro...53a4b7e?hl=en&

I hope this helps,

Cor

"ucasesoftware" <uc***********@hotmail.fr> schreef in bericht
news:11**********************@g43g2000cwa.googlegr oups.com...
myApplication have to take message from phone
But if its doctor message i have to display doctor UC and if it's
customers message i have to display curtomer message

So i have several UC and one message winform

but i can have 100 UC...
So ok i can do Select Case ....

but if i can do directry .... dim myUC as new " cmd.excecuteScalar"

it's more clean code...

that's all... but maybe it's impossible

Nov 21 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: martin | last post by:
Hi, I am a web page and a web user control. My web user control is placed in my web page using the following directive <%@ Register TagPrefix="uc1" TagName="Header"...
1
by: Shourie | last post by:
I've noticed that none of the child controls events are firing for the first time from the dynamic user control. Here is the event cycle. 1) MainPage_load 2) User control1_Load user clicks a...
6
by: Steve Booth | last post by:
I have a web form with a button and a placeholder, the button adds a user control to the placeholder (and removes any existing controls). The user control contains a single button. I have done all...
4
by: louise raisbeck | last post by:
Resending this as own topic as didnt get answer from original. Would be grateful for a response from anyone that knows. Thanks. Hi there, I found your post really helpful..but i wondered if, once...
0
by: tony | last post by:
Hello! This is a rather long mail but it's a very interesting one. I hope you read it. I have tried several times to get an answer to this mail but I have not get any answer saying something...
8
by: fernandezr | last post by:
I would like to use a user control as a template inside a repeater. Some of the fields in the control should be hidden depending on whether or not there is data. I'm still a ASP .Net newbie so the...
0
by: davidr | last post by:
Hi, I have a panel that I load user Control in no problem. The problem arrises when I do a post back on one of these user controls. I have button it does a click event. In this click event I...
2
by: rn5a | last post by:
Assume that a user control (MyUC.ascx) encapsulates 2 TextBoxes with the IDs 'txt1' & 'txt2' respectively. To use this user control in an ASPX page, the following Register directive will be...
2
by: ChrisCicc | last post by:
Hi All, I got a real doozy here. I have read hundreds upon hundreds of forum posts and found numerous others who have replicated this problem, but have yet to find a solution. Through testing I have...
3
by: Fred Chateau | last post by:
I am trying to access a user control class, for a user control that is loaded dynamically, from the containing page. I have been able to access Web controls in the user control, but so far I have...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.