I need to find a child control in a winforms panel. I was wondering if there is a method similar to Panel.FindControl() of the asp.net webforms panel in the .net winforms version
Hi all,
I'm trying to watermark the asp:Login controls' Username and Password fields with jQuery, I've tried various ways of referencing the control ID:
$('#<%=ClientID.Login1_UserName %>').watermark('watermark', 'Username');
I have tried moving the ClientID, Login1 and UserName around and changing the selectors to and from userscores and periods...
Any ideas?
Hi,
I'm developing a windows application that updates item properties.
what should i have to do if a document library have a lookup field or a people editor?
what is the control to use?
I'm going to implement a CI process with CC.NET so I'm looking for best practices for CC.net implementation.
I use SVN as source control and JIRA as an issue tracker (if it's a useful tip).
Any recommandation or article suggestion will be appreciated.
Note: I read this article by Martin Fowler.
Is there a way to automatically resize a TreeView control so that when it is rendered (or re-rendered, if a node is expanded), the TreeView automatically resizes itself to match the overall height of the tree?
The purpose of this is to eliminate the scroll bar that accompanies the TreeView, so that the treeview blends seamlessly into the background.
I have downloaded the Ajax control toolkit; I have created a new tab in VS 2008 (SP1) toolbox, added the controls from the AjaxControlToolkit.dll,everything went fine. When I removed the toolbox and tried to perform the same steps as above, it didn't work anymore...
That is, in the window shown for the "Choose items", the controls are't anutomatically added to the list, as before. What should I do?
I have a browser in my application that is developed using standard Web Browser control in .Net compact framework. Getting UriFormatExceptions while navigating to some sites eg: WWW.oosai.com. I tried to catch that exception but din workout. Is their any way to catch and handle all the Web Browser related exceptions
My system administrators advice me to be careful when setting access control to files and directories. He gave me an example and i got confused, here it is:
a file with protection mode 644 (octal) contained in a directory with protection mode 730.
so it means:
File:101 100 100 (owner, group,other: r-x r-- r--)
Directory:111 011 000 (owner, group,other: rwx -wx ---)
How can file be compromised in this case ?
I keep getting 'warning: control reaches end of non-void function' with this code:
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
if (section ==0)
{
return [comparativeList count];
}
if (section==1)
{
return [generalList count];
}
if (section==2)
{
return [contactList count];
How can I get rid of this warning?
Thanks.
I need to imitate Google Tasks look and feel with a few minor changes.
Is there an open-source JavaScript control that I may reuse?
The main feature that I look for is "plain-text-like" feel of the in-place task editing process.
I am using Silverlight 4 to access the web cam. Everything works ok when I start the web cam on a button click event, I get the prompt for permission. I would like the web cam to start when User Control loads, but for some reason when I run the same code on the Loaded event, I don't get a prompt when executing the following code:'
CaptureDeviceConfiguration.RequestDeviceAccess()
Does anyone have a work around for this?
I am using a webBrowser control to open PDF document in winforms, it works fine but when closing the application I get sometimes an error : "The Instruction at "0x2d864aa2" referenced memory at "0x00000008". The memory could not be "read".
Is there a solution for this problem?
Regards.
I Have a canvas and would like to place silverlight elements within that canvas relative to each.
For example, I have an element (A) at canvas.top="0" canvas.left="5". I would like to place all elements proceeding that one relative to its position. So if i move A to canvas.top="10" canvas.left="15" all other elements would reposition themselves.
IF this is feasibly with a canvas let me know, else can you recommend what control i should be using. Thank you very much
I have aspx application then i added <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> to the head and after that all controlls ID where shift up by 1 ctl03_lHeading - is now ctl04_lHeading ..
Is this common behavior?
thanks
In the GridView we are using an edit button. Once the edit button is clicked Controls in the edit template will display in the same row with update button. That row has two dropdownlist controls.
Process flow:
controls:d1 and d2
d1 is using sqldatasource for item display : working fine.
d2 is using codebehind code to load the item based on the selected value in the d1 : Not working
How to find the control in the edit template to display item value for d2?
Flash has an API to control the volume for a Sound object. Can volume be controlled like this currently or is there support planned for <audio> or <video> html5 elements?
I'm looking to develop a signature control for the iPad. I haven't really done this before, but I think this involves creating an area to draw, the draw itself and the storage.
Any tips on how to get started will be great!
I'm also looking at using a stylus to create a signature. Are there any styluses that are specifically built for the iPad? The normal ones don't seem to work..\
Thanks,
Teja
Hello:
I defined a Window in WPF, into this one I put a "stack panel" and inside this panel I put a "tab control" and some "button controls".
When executing the program, I would like that when I have to resize the window using the mouse, the stack panel and all controls inside it can also be resized automatically and proportionally to the window.
How can I get this?
Thanks!!
Can anyone identify the control that is being used to create the accordion-style tab layout in this Windows dialog?
http://code-industry.net/images/imageprinter_pro.png
how to set internationalization to a DateTimepicker or Calendar WinForm control in .Net when the desire culture is different to the one installed in the PC?
I'm looking to create a custom date picker with code examples from several sources.
Is the code to display/hide an ASP.NET control when a user clicks a button usually done with JavaScript or ASP.NET code?
Please provide a simple example. (If ASP.NET, VB example preferred over C#)
I want to take the control of the window
for exmple i want to force to external app to start minimized
I mean when i enter this command
myapp Firefox
Firefox starts but minimized
firefox is not important I mean i want to do it with any gui application
If yes
can any body show me the way?
How to control imported .swf timeline?
var introLoader:Loader = new Loader();
var introReq:URLRequest = new URLRequest("intro.swf");
introLoader.load(introReq);
introLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplete);
function onComplete(e:Event){
addChild(introLoader);
}
hi everyone,
I'm trying to implement a little function in my app. I am currently playing sounds as AVAudioPlayers and that works fine. What I would like to add is to control the sound's position (currentTime) with an UISlider: is there a simple way to do it ?
I looked at an Apple project but it was quite messy....have you got samples or suggestions ?
Thanks to everyone in advance
Hi all,
I have an ASP.NET login control on a page, with the "Remember Me" checkbox displayed. I have checked in trace and the authentication cookie is being created, I have sliding expiration set and a timeout of 60000, yet when I return to the website the login is not being remembered.
Any ideas where else I can check?
Thanks,
Darryl