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:681679
More Search Options
RSS Available
Matching Posts
Re: how to update image
Hi I am not sure if I understand you correctly. I guess you want to manipulating and Displaying Images Dynamically if so the following link might be helpful: http://www.dyn-web.com/dhtml/slide-shows.html
Posted to
Getting Started
(Forum)
by
yyy8347
on 1/5/2007
Re: check1 not declared
Hi Here is a simple excersise in how to pre-set and retrieve checked checkboxes in a CheckBoxList in a Datagrid you could easily change it to repeater. http://authors.aspalliance.com/dotnetsolutions/Article6tmpl.aspx
Posted to
Getting Started
(Forum)
by
yyy8347
on 1/5/2007
Re: How to print Crystal Reports thru Remote mechaine..
Hi You could check this thread to see if it is helpful: http://www.codeguru.com/forum/archive/index.php/t-290238.html
Posted to
Crystal Reports
(Forum)
by
yyy8347
on 1/5/2007
Re: How to create a mdb file at runtime in ASP.Net?
Hey I am not sure why you want to download the database? You could generate Sql statement or xml files to allow download both of which are small in size.
Posted to
Access Databases and AccessDataSource Control
(Forum)
by
yyy8347
on 1/5/2007
Re: Data inserting twice
Hi You could debug the bold line to see if it is fired twice: protected void DetailsViewInsert_ItemCommand( object sender, DetailsViewCommandEventArgs e) { if (e.CommandName.Equals( "Insert" )) { ObjectDataSource1.Insert(); } }
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
yyy8347
on 1/5/2007
Re: SqlDataSource and Javascript
Hey AJAX (Asynchronous JavaScript and XML) has become so popular. Here is an AJAX DropDownList sample: http://www.codeproject.com/aspnet/ajaxdropdownlist.asp Hope this helps.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
yyy8347
on 1/5/2007
Re: help in OleDb Updating syntax
Hi How about replacing @ with ? : StringBuilder uOleDbCm = new StringBuilder(); uOleDbCm.Append( "UPDATE Products " ); uOleDbCm.Append( "SET ProductName = ?," ); uOleDbCm.Append( "UnitsInStock = ?," ); uOleDbCm.Append( "UnitsOnOrder = ? " ); uOleDbCm.Append( "WHERE ProductID = ?" ); Remember that parameters are position based so add them in the correct order.
Posted to
Access Databases and AccessDataSource Control
(Forum)
by
yyy8347
on 1/5/2007
Re: Errpr msg: Object reference not set to an instance of an object.
Hey, Could you pls point out which line cause the error? Thanks.
Posted to
Access Databases and AccessDataSource Control
(Forum)
by
yyy8347
on 1/4/2007
Re: Creating PDF on the fly
NC01: yyy8347, are TallPDF.NET and PDFKit.NET free? I couldn't really tell by glancing at that site. NC... Hi You can download an evaluation version of PDFKit.NET for free.The evaluation version is fully functional and does not expire. However you will see an evaluation notice printed on each page. You could download here: http://www.tallcomponents.com/Default.aspx?id=download-pdfkit
Posted to
Getting Started
(Forum)
by
yyy8347
on 1/4/2007
Re: xml paging
Hey I would do it in code behind: XPathNodeIterator myXPathNodeIterator = myXPathNavigator.Select ( "/rsp/pages/current" ); while (myXPathNodeIterator.MoveNext()) { Response.Write( "current page: " + myXPathNodeIterator.Current.Value + "<br /><hr/><br/>" ); } myXPathNodeIterator = myXPathNavigator.Select ( "/rsp/pages/total" ); while (myXPathNodeIterator.MoveNext()) { Response.Write( "total page: " + myXPathNodeIterator.Current.Value + "<br /><hr/><br/>
Posted to
XML and XmlDataSource Control
(Forum)
by
yyy8347
on 1/4/2007
Page 1 of 71 (703 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
XslCompiledTransform and large template elements
WindowsClient:
The Future of Client App Dev : WPF and Silverlight Convergence
Channel 9:
PDC09 GeekFest Party
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
Channel 9:
The Visual Studio Documentary: Jeff Hadfield Full Length Interview
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online