Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Controls / March 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
how to limit textbox can only input plus number using javascript?24 Mar 2005 19:54 GMT4
Hi Everyone,
I am new in asp.net, and i am not quite familar with javascipt. I know how
to use javascript to force textbox's input turn to uppercase, here is the
sample code.
Convert bool to SqlBoolean24 Mar 2005 16:43 GMT1
How to convert bool to SqlBoolean? I need to parse CheckBox.Checked value to
SQL Server table...
My code is..,
string myString = "INSERT INTO tblCoba(Coba) VALUES('" +
Checkbox Issue 1.024 Mar 2005 15:54 GMT1
We found an issue with checkbox control of .Net version 1.0.
Actually, checkbox controls is added with javascript as follows
chkGroupALL.Attributes.Add ("onclick", "return ProcessGroupALLClick();");
The issue is when javascript function ProcessGroupALLClick() returns false
How to do a Combo box with Type Ahead24 Mar 2005 14:11 GMT2
Has anyone added a "Type Ahead" functionality to a Combo Box  Web Control?
Paul
DropDown SelectValue always first entry24 Mar 2005 02:44 GMT6
I am sure you have all seen a post like this one but its not as easily solved
as the others as you will see from the description below:
Binding a DropDown to a database table (works well all present)
    cbCountry.DataSource = objDs;
Cannot drag custom web control from toolbox24 Mar 2005 02:42 GMT3
I'm in the process of developing a custom web control, which is stored on my
local drive. (not mapped or on a remote server)
When I add the custom control to the toolbox, I get the 'no'entry' icon, and
I can't drop the control on the web form. This happens when I'm logged on to
ASP.NET MS SQL cyrillic problem23 Mar 2005 22:03 GMT3
I have a ASP.NET application which is hosted on English - based server. This
application works with MS SQL Server, also English-based. I have this in my
Web.config:
<globalization fileEncoding="windows-1251" requestEncoding="windows-1251"
PlaceHolder ViewState23 Mar 2005 19:49 GMT7
I need to programmatically change an ASCX control into a PlaceHolder during
PostBack.
When i change the PH control during PageLoad like :
MyCtrl  = LoadControl(path);
downloading files23 Mar 2005 18:45 GMT1
Can someone point me in the right direction to allow downloading from a
website? I would like to give people the abilty to download files, .exe ,
etc.  
How to populate a datagrid with multiple tables using dataset23 Mar 2005 14:59 GMT1
  first of all i'm new to dotnet.it'll sound simple,but please try to
solve my problem.
  i have 4 tables with one field in all the same.how will we populate the
values from all these tables to a data grid?
History Stack23 Mar 2005 10:39 GMT6
I have an ASP 3 application that must pass control using JavaScript ...
window.location.replace( strURL + "?result=" + strResult );
This is done in order to maintain the History stack on the callers machine.
My function is called the using window.location.replace( ) and my function ...
How to replace [...] in DataGrid when doing custom paging?23 Mar 2005 06:53 GMT5
I want to change paging of the DataGrid in that way that instead of [...]
the number will be shown. Does anybody know how this can be done?
Thank you!
  Daniel
How Can I create webControls Dynamic ?23 Mar 2005 01:35 GMT3
Just the title !
any website or Document ?
Visual Studio does not handle correctly the control22 Mar 2005 15:54 GMT1
I have build a custom webcontrol. It works fine.
The control has other controls inside.
[ToolboxData("<{0}:Navigation runat=server></{0}:Navigation>")]
[ParseChildren(false)]
Client Side - intercepting postback for form.22 Mar 2005 15:03 GMT2
I am writing a webcontrol that is very client side Javacript intensive. I
have successfully used RegisterClientScriptBlock to get the Javascript onto
the page and the control works just wonderfully. However, I am having a
problem with Postback's.
Pages: 1 2 3 4 5 6 7 8 9 10 February, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.