Ask a Question related to ASP.NET Building Controls, Design and Development.
-
A Lonely Programmer #1
Questions about embedded winControl
Hi group,
i have 2 questions i hope somebody can answer about a wincontrol being
hosted in ie.
1. Is it possible to create a pop up that prompts for a user name and
password when a button on my control is clicked?
2. Why are there no tooltips for controls in a wincontrol library project?
is there a way to get this functionality? through an implements call or
inheritance maybe?
thanks
Steve
A Lonely Programmer Guest
-
Have asp.net-hosted WinControl write to client
Hello, I know that you can host a WinControl in ASP.Net. If I want my Windows User Control to be able to write to the client's file system (or... -
Databind an embedded control in an embedded datagrid
All, I have something like the following: Datagrid1 Col1 - bound column Col2 - template column Datagrid1_OnItemDataBound datagrid2 -... -
Embedded winControl
i asked this in another group, sorry for the cross post but i waited a week there the first time i asked an no answer. Can someone tell me is it... -
Embedded SQL
Hi all We plan to write large application (sales, purchase, accounting) in C/C++. It will work with DB2 and other databases (MS SQL and Oracle).... -
2 questions :) - portal questions
Say the portal displays a relationship that uses the Box_ID field as the match field on both sides. In the child file (items in the box), add two... -
Muckeypuck #2
Re: Questions about embedded winControl
> 1. Is it possible to create a pop up that prompts for a user name and
yes. make a form and call it ofrmlogin then declare an instance of it in the> password when a button on my control is clicked?
control.
public withevents loginform as new ofrmlogin
....code...
....more code..
public sub button_onclick() handles btn1.click
loginform.showmodal() 'intellisense spells it right, dont worry =)
end sub
yes drag on off the toolbox onto the control (thanks tim!)> 2. Why are there no tooltips for controls in a wincontrol library project?
> is there a way to get this functionality? through an implements call or
> inheritance maybe?
"A Lonely Programmer" <SpamIsForEating@MMMGood.com> wrote in message
news:ekbrd8T$DHA.684@tk2msftngp13.phx.gbl...> Hi group,
>
> i have 2 questions i hope somebody can answer about a wincontrol being
> hosted in ie.
>>>
> thanks
>
> Steve
>
>
Muckeypuck Guest



Reply With Quote

