15,999,415 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Member 10453510 (Top 12 by date)
Member 10453510
7-Jan-14 23:04pm
View
Could you please tell me....what is the maximum pixels of 640 x 480 resolution of an image
Member 10453510
7-Jan-14 4:54am
View
ya your are right but i want when i zoom in that image i want visible calrity
Member 10453510
4-Jan-14 1:00am
View
c# code is not showing anything it shows like "" onlye(only double quotes not showing any value)
Member 10453510
25-Dec-13 23:47pm
View
thank u i got it....
Member 10453510
24-Dec-13 5:48am
View
for example
id=Textbox
name=TextBox
Sal=TextBox
.
.
.
.
When click the Submit button the table will create for sql,odbc,oledb,access etc.
Member 10453510
24-Dec-13 5:46am
View
how to create tables in all dataproviders like sqlserver,OLEDB,MsAcess,ODBC...by using one asp.net design method(interface).
did u get what i said
Member 10453510
24-Dec-13 5:27am
View
sory i dont know.....
Member 10453510
24-Dec-13 5:20am
View
ya... you are right iam in little bit confusion.
but what is meaning of the following line
"Interface to Create Tables in any type of Database"
Member 10453510
23-Dec-13 1:46am
View
Ya already tried but not getting
Member 10453510
23-Dec-13 1:33am
View
Still it is not getting.... i could not understand where the problem is occured but there is no buks are rised in .aspx file and .aspx.cs file could you please help me for solve this problem.
and this is my .aspx.cs file
SqlConnection con=new SqlConnection(cs);
SqlDataAdapter da =new SqlDataAdapter("select * from Images",con);
DataTable dt=new DataTable();
da.Fill(dt);
GridView1.DataSource=dt;
GridView1.DataBind();
Member 10453510
23-Dec-13 1:15am
View
hi..
Still it is not getting
this is my aspx code for gidview
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false">
<columns> .
.
<asp:TemplateField HeaderText="ID">
<itemteplate>
<asp:Image ID="image" ImageUrl='<%#Eval("FilePath")%>' runnat="server">
but still it is not working
Member 10453510
10-Dec-13 4:24am
View
Deleted
hi please send me another link. i dont need that lengthy code just read my question carefully " while iam clicking the Home button the current page is redirects to home page for example iam in settings page then it is go to the my home page"
Show More