15,746,813 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 Javascript questions
View C++ questions
View Python questions
View Java 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 NewWebDesigner (Top 60 by date)
NewWebDesigner
19-Aug-16 12:05pm
View
this usercontrol have a dropdown.when selected of dropdown changed i want to view some different html tag fo each select.
can you help me?
NewWebDesigner
19-Aug-16 11:58am
View
i use hiddenfield also but value is empty!
NewWebDesigner
10-May-16 10:55am
View
no it wasnt help me.
NewWebDesigner
10-May-16 9:22am
View
can you help me what i start search and learn about it.first simple code then advance.
NewWebDesigner
10-May-16 9:11am
View
yes,i want to capture mouse clicks.in step one i save it and in step 2 i show where mouse clicked.i update my question.
NewWebDesigner
13-Apr-16 9:35am
View
i change it but return an empty alert.
NewWebDesigner
13-Apr-16 9:35am
View
thanks alot.it is very good sample!
NewWebDesigner
12-Apr-16 10:30am
View
i update my question.i dont get any errors in javascript or .net.but it does not return fileName.
NewWebDesigner
12-Apr-16 8:20am
View
firefox
NewWebDesigner
7-Feb-16 1:48am
View
what about CodeDom NameSpace?
NewWebDesigner
5-Feb-16 0:23am
View
please read the coment i write for solution1.
NewWebDesigner
5-Feb-16 0:22am
View
I know this.You dont know my question.
I want to create a class that generate a specific class with method and property.
I dont have problem with entity framework and will create classes.i want to create a tool,that this create class otherwise i write codes.Like use CodeDom NameSpace.
NewWebDesigner
20-Dec-15 8:21am
View
Thank you.very good.
NewWebDesigner
20-Dec-15 8:08am
View
Thanks.very good.In c#?
NewWebDesigner
20-Dec-15 7:59am
View
ok.decimal(4,2) for this is good?
NewWebDesigner
20-Dec-15 7:46am
View
what about float?
NewWebDesigner
20-Dec-15 7:37am
View
I dont know,what use?
NewWebDesigner
20-Dec-15 7:28am
View
Decimal(4,2) is correct?and what is the equivalent in C #?
NewWebDesigner
17-Dec-15 6:41am
View
Thank you.very good.
NewWebDesigner
17-Dec-15 4:20am
View
ok,can you give me an example of use NTP client?I dont know about it.
NewWebDesigner
16-Dec-15 2:21am
View
ok,but you say time can set manually!when time is not correct,utcNow too not correct.
is there other way to get right time,without using NTP or API?
If Server Time is correct,and client system Time is not,is it UTCNOW correct?
NewWebDesigner
7-Dec-15 2:33am
View
yes i did it but error occure.
Do i need to create an expression builder?
NewWebDesigner
6-Dec-15 13:07pm
View
I upadte my question.please review it.
NewWebDesigner
6-Dec-15 13:03pm
View
but build action is set to Embedded Resource.
NewWebDesigner
1-Dec-15 13:21pm
View
Thank you.
NewWebDesigner
1-Dec-15 13:21pm
View
Nobody works with webmoney transfer in asp.net?
NewWebDesigner
1-Dec-15 10:12am
View
ok,but how to use in website?is it an api?
NewWebDesigner
27-Nov-15 4:35am
View
thank you.but I have studied them.I want know more about caching.
NewWebDesigner
12-Nov-15 5:59am
View
ok.but it is a complete example.but i am new in web design.can you give me a simple example?
NewWebDesigner
12-Nov-15 5:22am
View
can you explaine more?i dont know how do it?
NewWebDesigner
10-Nov-15 9:04am
View
ok,thank you.
NewWebDesigner
10-Nov-15 8:50am
View
ok,very good.that works.
in this code the original image dispose when using block close?or need to dispose it?
NewWebDesigner
3-Oct-15 22:41pm
View
Deleted
thanks a lot.
NewWebDesigner
3-Oct-15 22:40pm
View
Deleted
thanks a lot.
NewWebDesigner
3-Oct-15 10:47am
View
oh!i dont khow mvc!
NewWebDesigner
3-Oct-15 10:21am
View
where put this code:
var files = Request.Files.Count;
if(files > 0) {
// Files are sent!
for (int i = 0; i < files; i++) {
var file = Request.Files[i];
// Got the image...
string fileName = Path.GetFileName(file.FileName);
// Save the file...
file.SaveAs(Server.MapPath("~/" + fileName));
}
}
NewWebDesigner
3-Oct-15 5:21am
View
where i add code for submit?
NewWebDesigner
13-Jul-15 6:05am
View
ok,thats right.do i use configsource or file?what is the difference?
if i put one in folder how can i set path and ExternalChange attribute?can you explain it?
NewWebDesigner
12-Jul-15 7:45am
View
your idea is?use two web.config file?
NewWebDesigner
12-Jul-15 4:36am
View
ok,but if i put key/value in other webconfig,is there any setting for when app restart and when dont restart as while i change webconfig?
NewWebDesigner
12-Jul-15 4:20am
View
thanks.but i have one database for all.two web-config:one for connectionstring and other setting the other one for things that if change them dont need restart all app.what is proposed?
NewWebDesigner
11-Jul-15 13:38pm
View
Deleted
if i keep key/value in a separate config file,when change the key, iis restart my whole application?
NewWebDesigner
11-Jul-15 10:15am
View
Deleted
thanks,the key/value for example is a message that show to user below a textbox.
this message create by admin site.However, you will still suggest be stored in the database?can you give me link of an article about webconfig?
NewWebDesigner
4-Oct-14 4:11am
View
no body?any idea?
NewWebDesigner
24-May-14 15:09pm
View
no thing help me.
any idea?
NewWebDesigner
23-May-14 6:58am
View
web.config is on server.how i can right click and set permission?
please help me.
NewWebDesigner
23-May-14 6:51am
View
i do it.but same error occured!
NewWebDesigner
23-May-14 6:40am
View
but i run in server no in my computer!i dont see the user name!
when i run code in localhost no error.but on server error was occured
NewWebDesigner
19-May-14 3:22am
View
thank you.very good solution.
NewWebDesigner
19-May-14 1:29am
View
i can read xml in aspx.but when i view sitemap of other website those display in xml file,
so if i show this in aspx google can read sitemap?
NewWebDesigner
20-Apr-14 1:26am
View
thanks for your answer.first time i restore database from backup,but this time create from generate script and my problem solved.
NewWebDesigner
19-Apr-14 8:19am
View
i recieve an email by this word:
prasanna.raj has posted an answer to your question about "How do I set connection string"
but i cannot see this answer online in your site!
why?
NewWebDesigner
18-Feb-14 1:41am
View
hello
when a user register in my site,who enter a name for quick link,like sara.
the link of her profile is like this www.some.com/sara.
how i can create the link address?
NewWebDesigner
15-Jan-14 7:30am
View
db.when i open the designer,there is not any class by table name.so i change the code generation to default,error is:this(table name) define more than once.these files created:Model1.edmx,model1.tt,model1.context.tt,model2.designer
NewWebDesigner
15-Jan-14 5:34am
View
yes,there is table,but classes for them dont generate.
NewWebDesigner
11-Jan-14 4:12am
View
thanks a lot.but i have another question,how i can save an xml file from another website to my website?
NewWebDesigner
1-Jan-14 16:20pm
View
Thank you.i am working on your answer...
NewWebDesigner
1-Jan-14 13:13pm
View
thank you.i begin search about "WebPage scraping tutorials".
NewWebDesigner
1-Jan-14 12:02pm
View
i stick from begin,how it work,how i do it?i dont know any thing about it.
NewWebDesigner
1-Jan-14 12:01pm
View
i stick from begining,how it works,how i do it?i dont know any thing about it.
Show More