Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:669542
More Search Options
RSS Available
Matching Posts
Re: DLL + Comments + VS 2005.
HI, pwpaust One easy way to create the XML file is to provide information for tooltips as XML comments inside the Visual Basic .NET source files and then use tools like VB.DOC to create the XML file that contains the data. Then you can copy this file into the assembly's directory to provide information to Visual Studio .NET that enables it to display tooltips, or you can create a help file. The help file can be deployed with the assembly and can be used by other developers who use the assembly
Posted to
Visual Basic .NET
(Forum)
by
rexlin
on 7/12/2007
Re: Any method to find the number of DataGrid column?
Hi , bslim67: Try this: DataView tt = dispaly(); tt.ToTable().Columns.Count;
Posted to
Data Presentation Controls
(Forum)
by
rexlin
on 1/4/2007
Re: Repeater with checkbox control
Hi, fonsdebeer: I guess you want to access the CkeckBox in the AlternatingItemTempalte. So Try to do something like this: if(oItem.ItemType==ListItemType.AlternatingItem) {CheckBox oCheckBox = (CheckBox)oItem.Controls[2]; }
Posted to
Data Presentation Controls
(Forum)
by
rexlin
on 1/4/2007
Re: Formview inside a formview controller
Hi,vije@hotmail.co.uk: Would you please show some codes about the two formview and the way you try to access the DDL?
Posted to
Data Presentation Controls
(Forum)
by
rexlin
on 1/4/2007
Re: Inserting instead of updating
Hi, jaspersiegmund: Try to recreate your formview again and make sure the OnItemUpdating="FormView1_ItemUpdating" is set correctly. If it dose not work, try to wire up the event by yourself and post some more codes here.
Posted to
Data Presentation Controls
(Forum)
by
rexlin
on 1/4/2007
Re: Accessing dropdown list in repeater
Hi, onebigmob: That means you have not access the DDL correctly by using findcontrol. Have a look at this great article. Hope it helps: http://www.odetocode.com/Articles/116.aspx
Posted to
Data Presentation Controls
(Forum)
by
rexlin
on 1/4/2007
Re: Adding custom controls to FormView
Hi, DiNASTY: I suppose you should use TemplateField rather that BoundFied. So you can add whatever control in your editTemplate. Hope i have not misunderstood your question. Have a look at this tutorial: http://www.asp.net/learn/dataaccess/tutorial12cs.aspx?tabid=63
Posted to
Data Presentation Controls
(Forum)
by
rexlin
on 1/3/2007
Re: DetailsView 'Bind' not working with function call to Code Behind
Hi, wiethorn: Yes, you are right. You can use Eval instead of Bind in the helper function with one-way bind. If you want to update the value to the DB, you can use FindControl in the Updating event to access the controls and add the value to the e.Parameters collection and force a update function.
Posted to
Data Presentation Controls
(Forum)
by
rexlin
on 1/3/2007
Re: Datagrid layout
Hi, consilio I suggest you to use template field rather than the bound Field, then you can format the layout of the Template by yourself. Here is the sample. Hope it helps: http://dotnetjunkies.com/Article/8F9AB317-1969-49FB-BC95-D2596BFDF5CB.dcik
Posted to
Data Presentation Controls
(Forum)
by
rexlin
on 1/3/2007
Re: Special formatting of a GridView...
Hi, hc14: Have a try to add <hr> after the table tag in the Template Field
Posted to
Data Presentation Controls
(Forum)
by
rexlin
on 1/3/2007
Page 1 of 175 (1749 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online