15,793,845 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 Python questions
View PHP 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 The14thNoah (Top 55 by date)
The14thNoah
8-May-17 10:50am
View
can you give me sample data from your table? and sample query as well?
The14thNoah
5-May-17 16:49pm
View
you should use stored procedure for security purposes instead of putting the queries in sqlDataSource.
Query snippet for your sp would be
SELECT * FROM Users WHERE ID = @Id
and use ID for the WHERE clause since ID column is your unique column in the table if I'm not mistaken.
The14thNoah
5-May-17 16:40pm
View
maybe a code snippet will help.
Is your button an ASP button or just an input type button only?
The14thNoah
19-May-14 3:46am
View
You can use silverlight or html5. .You can use google to search it :)
The14thNoah
19-May-14 3:41am
View
you can use google to search for it. . .internet is our best buddies for this programming-related-questions :)
The14thNoah
15-May-14 4:54am
View
I also encountered this error after I installed VS2012 in my pc. . can anybody tell/give suggest on how to fixed this error?
thanks in advance :)
The14thNoah
26-Mar-14 23:49pm
View
Hi,have you done this already?
I will have a project same as this next month so I'm just hoping if you found the solution to this project requirements :)
The14thNoah
13-Mar-14 1:07am
View
ok .. all I want is to get the selectedvalue of the dropdownlist.but after clicking the button the selected value was null again
The14thNoah
20-Feb-14 18:44pm
View
<asp:asyncpostbacktrigger controlid="Button5" eventname="Button5_Click" /> use this. . .or click your button in Html then it will redirect you to the click event of the button in code behind see the void event then copy it to eventname
The14thNoah
20-Feb-14 4:10am
View
I see. . .I will be back tom, time to go home now
The14thNoah
20-Feb-14 4:07am
View
Dont use sqlReader,instead use Datatable to bind your data in your GridView
The14thNoah
20-Feb-14 3:45am
View
ok, .please refer to my updated answer :)
The14thNoah
20-Feb-14 2:55am
View
do you have started coding this?where do you bind your data?
The14thNoah
19-Feb-14 21:16pm
View
"the slower way leads to the goal faster" you got it man,. . .
The14thNoah
19-Feb-14 20:03pm
View
you need to diplsy DCode column and dont show the Designation column right?
try to make the colB visible to false so that your DataGrid show only colA and colC
The14thNoah
19-Feb-14 19:32pm
View
ok. . .but you can see the time interval when they post it.Im not arguing for something,Im just find it funny. . .thanks for the reply :)
The14thNoah
19-Feb-14 19:27pm
View
Please update /edit your question then put this code for us to read this easily :)
The14thNoah
19-Feb-14 19:21pm
View
try this
$("button").click(function(){
$("#TextBox1").hide();
});
The14thNoah
19-Feb-14 19:14pm
View
5?
The14thNoah
19-Feb-14 19:01pm
View
hm. . . . .have you started coding what your project required here? or you just dont have any idea how to start this?
The14thNoah
19-Feb-14 18:45pm
View
hahahaha even they see all the previous answer they still post the same answer? :)
The14thNoah
19-Feb-14 4:01am
View
so you just want to insert only the month like for example 2/19/2014 so 2 or February is the data you want to save right?
Please try my code below. . .
The14thNoah
19-Feb-14 3:04am
View
can you show the value that is put on textbox after selecting the date?
The14thNoah
19-Feb-14 1:19am
View
why all the suggested solutions were same? . .are they copying the solution of other's answer?
The14thNoah
19-Feb-14 0:57am
View
can you show your code?ar didi you get any error?
The14thNoah
19-Feb-14 0:18am
View
Deleted
what other format do you use?
The14thNoah
19-Feb-14 0:17am
View
ah ok,how many configurable string pattern do you want to use?maybe I can generate method for all the said patterns if I can
The14thNoah
19-Feb-14 0:14am
View
can you show your mark-up for your datgrid?
The14thNoah
18-Feb-14 19:27pm
View
So the format is not fixed right?
The14thNoah
18-Feb-14 3:49am
View
Do you debugg it?and pass all the line of codes?
Please consider my suggested answer below :)
The14thNoah
18-Feb-14 3:28am
View
thus it give back error?
The14thNoah
18-Feb-14 2:54am
View
right click the project=>add new item=>in visual c# tab select Data
The14thNoah
18-Feb-14 0:59am
View
can you show us your code?
and the line you get the error?
The14thNoah
17-Feb-14 21:20pm
View
If you are C# developer and shifted to Vb.Net,you can visit this site. . it will help you a lot in coverting C# to vb.net
http://www.developerfusion.com/
The14thNoah
17-Feb-14 19:45pm
View
is your Table1 in database 1 is same/replicate to Table2 in database 2?
The14thNoah
17-Feb-14 2:32am
View
Malli_S was right,If it is just showing field only then use MessageBox.Show(information);
The14thNoah
17-Feb-14 0:19am
View
Deleted
:)
The14thNoah
17-Feb-14 0:15am
View
what is the purpose of pop-up?is it just to notify the user that selected index was fired?
or you want the pop-up to do another algorithm?
The14thNoah
17-Feb-14 0:12am
View
can you explain briefly what you are trying to do?
:)
The14thNoah
14-Feb-14 4:15am
View
I will try to answer next week .. . hehehehe
got to go
The14thNoah
14-Feb-14 3:37am
View
can you show your code snippets on Edit Button?
The14thNoah
13-Feb-14 3:26am
View
very good explanation. . .I always noted your comment and suggestions :)
The14thNoah
13-Feb-14 3:08am
View
are you asking to how to encrypt the string then pass as query string?
The14thNoah
12-Feb-14 1:22am
View
tnx for the comment,i will note your answer :)
The14thNoah
11-Feb-14 22:14pm
View
CAN YOU SHOW your code?
:)
The14thNoah
11-Feb-14 19:05pm
View
I dont know the reason but Timer has no start method. . .but please see my updated solution,. .I will post the code in one of my project using timer
The14thNoah
11-Feb-14 18:50pm
View
and?it still show no record after it reads the first one?
The14thNoah
11-Feb-14 2:38am
View
why not try to put a Validator to your textBox6,so if the user input something that is not a datetime datatype it wil clear/not accept the entered data. .
The14thNoah
11-Feb-14 2:32am
View
if you want to tick all the timer simultaneously,maybe you should use only one timer. . .but if every timer has some function to do then please see my code below. :)
The14thNoah
10-Feb-14 22:42pm
View
can you show your code snippet?
The14thNoah
10-Feb-14 22:38pm
View
I hope it will help to your problem :)
The14thNoah
7-Feb-14 2:41am
View
Is your apps has a dedicated server or has connected to some network? . ..if not you must install SQl server just like Bhujbal suggested :)
The14thNoah
5-Feb-14 0:28am
View
All the said properties were the same in my database.The only thing that confused me was that the Book.Id has Value which is zero even though I dont set its value in code behind thats why the error occur I guess
Thanks for the reply :)
The14thNoah
5-Feb-14 0:22am
View
tnx for the reply King_Fisher,i just did what you and Abhinav S suggest,I turn on the IDENTITY_INSERT ON in my database.But the error occur again,I guess it because the Book.Id has value which is zero and I dont know where did it get its value
The14thNoah
4-Feb-14 22:16pm
View
Thanks for your reply
actually that was my choice but all I want is make the Book.Id Autogenerated everytime I add book,so if I turn on the SET_IDENTITY_INSERT
is it still autogenerate the primary key or i will set it manually?
Thanks :)
Show More