Rich Textbox Problem
Tue, 8 Jul 2008 06:46:36 -0700 (PDT)
I'd like to create a rich textbox which inherits from TextBox:
public class MyTextBox : TextBox
{
protected override void Render(HtmlTextWriter writer)
{
base.Render(writer);
LinkButton button = new LinkButton();
button.Text = "Button";
...
|
challenging dynamic reporting portal using webparts.
Fri, 4 Jul 2008 17:53:21 +0300
hello,
I am trying to create n controls, modify each controls' properties then add
them to the catalog zone.
Then the user will select and add each webpart to the approciate
webpartzone.
why n?
each control is a different report the user has generated before and each
query of them is saved in the datab ...
|
Nullable property in property grid
Thu, 3 Jul 2008 13:32:21 +0200
How to make DateType? property display like normal DateType in property
grid??
Rafal
...
|
Click event does not fire - IPostBackEventHandler ?
Mon, 30 Jun 2008 12:12:45 +0300
Hi all,
I am developing a container control like a standard Div with a template
property called Content.
Unfortunately, although the button implements the IPostBackEventHandler
interface (since it is the standard Button control) it's click event does
not fire.
I am almost running crazy. I don't underst ...
|
help with asp.net and sql
Thu, 12 Jun 2008 18:48:28 +0200
Hello,
I am kind of new to programming in asp.net and sql server. I was wondering
if someone can help me create a stored view or a select statement to
accomplish a task that I need to finish.
I am programming is asp.net 2.0 and sql 2005 and basically I need to be able
to search for a company on t ...
|
Compile & Build works, but publish fails
Wed, 11 Jun 2008 09:05:01 -0700
Hi,
Loosing hair today.
I have a web site that builds, rebuilds, debugs 100%. No problem. When I run
"Publish" though, it fails. Error in Output is:
"error BC30002: Type 'ASP.controls_questioncontrol_ascx' is not defined."
Now, questioncontrol is a "web user control" that is part of the project.
I ha ...
|
Commiting changes to a Gridview -- when I Choose
Mon, 2 Jun 2008 16:51:00 -0700
I have a Webform in which I manually created an entry form because of some
complex handling. It has an Update, Edit, New and Cancel functionality -
just like a Gridview with generated command buttons.
Within my webform, I have a Gridview that IS connected to an ObjectDataSet...
so IT is using command butto ...
|
|
|
using ajaxcontrol toolkit in custom server control
Thu, 29 May 2008 16:47:09 +0200
Hi,
does anyone know how to use the ajaxcontroltoolkit in custom server control.
(And not in just a class, part of a website)
thanx
ton
...
|
writing ajax enabled custom server control
Wed, 28 May 2008 19:47:37 +0200
Hi,
I found a piece of code where a textbox combined with a image url (looks
like a month view) was AJAX enabled (with the CalendarExtender) . It works
extremely well.
Just clicking on the image and a small calendar appeared on the web page. I
want to use this code to create a custom server control which c ...
|
FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO
VBScript, SAP - ABAP and more...
Tue, 27 May 2008 20:00:42 -0700 (PDT)
FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO
VBScript, SAP - ABAP visit ebooks.univdatabase.com ...
|