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:715017
More Search Options
RSS Available
Matching Posts
Re: Datalist image button are not causing the postback
The issue is resolved. This had caused due to the validation controls. I made CausesValidation property to false..
Posted to
Data Presentation Controls
(Forum)
by
chandu2chandu1
on 11/18/2009
Datalist image button are not causing the postback
Hi Folks, Here is a new challenge. I have a datalist, in which I am placing the images from the database making use of the http handler. Here is the aspx code of the datalist.. <asp:DataList ID="dList" runat="server" DataSourceID="sqlAssetImages" DataKeyField="id" EnableTheming="false" ItemStyle-HorizontalAlign="Center" ItemStyle-VerticalAlign="Middle" RepeatColumns="6" RepeatLayout="Table" GridLines="Both"
Posted to
Data Presentation Controls
(Forum)
by
chandu2chandu1
on 11/18/2009
Re: typecast error on int16
First things first. You are using GetOrdinal for the position or the data in the result set for each and every record. So good practice would be to move the i[0]=dr.GetOrdinal("hours"); statement before the while begins. The reason for your failure may be it is returning the null value as per avicool08. The other reason is likely you are getting the value from the database which is not compatible with Int16 or probably Short in your case. Please check the value for the hours in your database
Posted to
C#
(Forum)
by
chandu2chandu1
on 10/14/2009
Reading the uploaded .dwg file with c# code.
Hi, I need to read a .dwg file using asp.net and C#. I am browsing in the net for hours and no luck. Any help regarding the API or any other way. Thanks, Chandra Sekhar S.
Posted to
Free For All
(Forum)
by
chandu2chandu1
on 9/30/2009
Re: MASTER PAGE
In the page attribute of Default.aspx file you can find the attribute called as MasterPageFile. This allows you to use the master page. However, you need to remove all the html tags such as head, style in your default page. Better you go for some basic articles on master pages.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
chandu2chandu1
on 7/28/2009
Re: Message in Error List
Can you post how you wrote your align in your h2 tag.
Posted to
Client Side Web Development
(Forum)
by
chandu2chandu1
on 7/28/2009
Re: row to coloumn conversion
Hi Satyajit, [quote user="satyajitd"] slno level branch school/college board year marks class 111 10th 1 1 1 2009 1.00 1 111 12th 1 1 1 1 1.00 1 111 BE/B.Tech BioMedical 1 1 1 1.00 1 112 10th 1 1 1 1 1.00 1 112 12th 1 1 1 1 1.00 1 112 BE/B.Tech BioMedical 1 1 1 1.00 1 [/quote] Try the following way, SELECT CAST(slno AS VARCHAR(3)) +' '+branch +' ' +school +' '+CAST(board AS VARCHAR(1)) +' '+CAST(year AS VARCHAR(4))+' '+CAST(Marks AS VARCHAR(4))+'
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
chandu2chandu1
on 7/28/2009
Re: Problem with SQL query
If you have binded your drop down list control in your page_load event then page that in if(!IsPagePostBack) { }
Posted to
Web Forms
(Forum)
by
chandu2chandu1
on 7/28/2009
Re: Looking to hire asp.net freelance
Hi Jim, If you are offering free lancer then we are ready to work for you. Please mail us for more details.
Posted to
Jobs
(Forum)
by
chandu2chandu1
on 7/15/2009
Re: Please check this simple code
For the Sql Server Version you need to use Print Statement instead of DBMS_Output.Put_Line which is of Oracle's. Try this code in your sql server, Begin Print 'Hai'; END;
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
chandu2chandu1
on 7/12/2009
Page 1 of 24 (231 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online