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:798388
More Search Options
RSS Available
Matching Posts
Show thumbnail image
Hi I have images inside the "projectName/images" path. and I have few image controls on web page, I want to display thumbnails of original images from "projectName/images" path. How can I achieve this easily?
Posted to
Web Forms
(Forum)
by
avicool08
on 11/10/2009
Filed under: image, thumbnail
Re: Common Export Gridview to Excel Button
Hi you can get your answer Mudassar khans site, check this out: http://www.aspsnippets.com/search.aspx?q=gridview%20excel
Posted to
Data Presentation Controls
(Forum)
by
avicool08
on 11/9/2009
Re: input string was not in a correct format
Hi To quickly get your problem solved, you have to post exact code where your facing problem, and point out in which line your facing the problem instead of writting the whole code(you can show if some one ask to do so).
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
avicool08
on 11/9/2009
Re: Button Control
here are some good sites you can learn http://www.asp.net/learn/ http://www.w3schools.com/ASPNET/default.asp
Posted to
Getting Started
(Forum)
by
avicool08
on 11/9/2009
Re: Button Control
I think your looking for PostbackURL, just have a look on these urls:(a button is on page 1, when button is clicked it will go to page 2 instead of page 1 - this what explained in below links have a look ...) http://asp-net-example.blogspot.com/2008/10/postbackurl-example-how-to-submit-page.html http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.button.postbackurl.aspx
Posted to
Getting Started
(Forum)
by
avicool08
on 11/9/2009
Re: how to call stored procedures??
Hi Everytime no need to use OUT parameter, you can see simple example here: http://www.aspsnippets.com/post/2009/05/26/Calling-Select-SQL-Server-Stored-Procedures-using-ADONet.aspx
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
avicool08
on 11/9/2009
Re: Problem Call a javascript function with UpdatePanel
Hi check this site: http://msdn.microsoft.com/en-us/library/bb350750.aspx You have to use scriptmanager.registerclientscriptblock(...) in the button click event(this line should be the last line, so after all code executed this will execute)
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
avicool08
on 11/9/2009
The 'Microsoft.OLEDB.4.0' provider is not registered on the local machine
protected void Page_Load(object sender, EventArgs e) { try { string con = @"Provider=Microsoft.OLEDB.4.0;" + @"DataSource=C:\Users\Sairam\Desktop\mysheet.xls" + "Extended Properties=Excel 8.0"; OleDbConnection conn = new OleDbConnection(con); OleDbDataAdapter da = new OleDbDataAdapter("select * from [1$]", conn); DataSet ds = new DataSet(); da.Fill(ds); } catch (Exception) { throw; } } I am trying to populate data form excel sheet to gridview, I am getting
Posted to
Other Databases
(Forum)
by
avicool08
on 11/8/2009
Filed under: excel
Re: The 'Microsoft.OLEDB.4.0' provider is not registered on the local machine
I fixed them, Now if i execute, I am getting " External table is not in the expected format. " what is the prob?
Posted to
Other Databases
(Forum)
by
avicool08
on 11/8/2009
Re: The 'Microsoft.OLEDB.4.0' provider is not registered on the local machine
Ok I found the solution. The issue was, I was creating excel sheet by right clicking on the exploerer New excel sheet, then renaming to .xls from .xlsx(i am having office 2007). So, i think its not supported. Now, I opened the excel from start menu and save it as2003 compatiable mode, now its working. Here is the explanation, it may help some one here later days.
Posted to
Other Databases
(Forum)
by
avicool08
on 11/8/2009
Page 1 of 25 (246 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