Executing client script before page load
Wed, 23 Jan 2008 09:06:02 -0800
I'm working on a custom server control that inherits from textbox. I want to
use the control to display a datetime object using the appropriate timezone
offset for the client.
Using ClientScriptManager.RegisterHiddenField, I've got a place to store the
value returned by the js getTimezoneOffset. However, ...
|
Forever
Sun, 20 Jan 2008 12:44:53 -0800
...
|
how to access the Page from a TreeNode (treeview 's element) : adding
a context menu to a treeview
Thu, 17 Jan 2008 12:05:33 +0100
Hi all,
I have derived the TreeNode class in order to have it templated, and
that works well. However, in the template I put a control (a link to a
menu) that refers to another control (the menu itself) in the page but
outside the template.
It does not work because the inner control (link to a menu) fail ...
|
How do I build a 3-pane framework in ASP.NET?
Wed, 16 Jan 2008 12:24:00 -0800
I am looking for a tutorial, sample project, or 3rd party control(s) that
will show me how to build a 3-panel webpage frame work like the MSDN Library
or Outlook.
A fixed horizontal panel across the top; a treeview navigation in left-hand
panel; content in the right-hand panel with horizontal & vertical scrol ...
|
how to install .net framwork and ajax inside the webdeployment
project ?
Tue, 15 Jan 2008 23:42:22 -0800 (PST)
I had created a deployment project using ASP.net 2.0 . I have to
intall Ajax and .net framwork before installing my web set up. Is
there any way to install these setup inside my websetup??
Thanks,
Chandan kumar ...
|
Sample code for a server control with templates and databinding ?
Tue, 15 Jan 2008 22:56:19 +0100
Hi all,
Does anyone know where I can find some sample code for creating a server
control with templates and databinding ? Or a tutorial ?
I am developing a hierarchical control, sort of treeView, where the main
control has a template defined. That template is used to render each sub
element. That templat ...
|
Custom controls and UpdatePanel
Sat, 12 Jan 2008 14:26:56 +0100
Hello,
I try to create a custom control using an updatepanel. Everything is
working perfectly except a little thing.
I override the onInit method and create my updatepanel and add all the
composant within. In the contenttemplatecontainer, I have a textbox and 3
linkbuttons. On each linkbutton, I add an ...
|
|
|
Practice Test Search Engine, It will be your best web site | http://exams.googletoad.com
Sat, 12 Jan 2008 01:02:51 +0200
http://exams.googletoad.com
Just write your exam number or general phrase
(70-227,642-642,cisco,oracle,microsoft,hp,juniper etc.) and hit the search
button.
Choose your dump (actualtests,pass4sure) , click detail page and
click
download button.
If you have any request just fill the form on the site ...
|
How to implement Font dialog webcontrol?
Wed, 9 Jan 2008 01:39:19 -0800 (PST)
How to implement Font dialog webcontrol? Microsoft doesnot provide
this web control.Also ther is not enough help on net as I search.
Thansk,
Chandan kumar ...
|
ItemDataBound event for Repeater
Tue, 8 Jan 2008 14:19:03 -0800
Hello. I have Repeater and DataSource some table and I need change
row in ItemDataBound event.
So code looks like this
<asp:Repeater ID="Repeater1" runat="server"
OnItemDataBound="Repeater1_ItemDataBound">
<ItemTemplate>
<%# DataBinder.Eval(Container.DataItem, "id")%>
</ItemTemplate>
...
|