15,792,628 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 Neha Thanka (Top 59 by date)
Neha Thanka
15-Aug-12 11:04am
View
I want to pass the value from html page to another html page. I am not using .net or php.
Neha Thanka
8-Aug-12 6:36am
View
Yes...
Neha Thanka
8-Aug-12 4:06am
View
IIS Version - 7.5
Neha Thanka
7-Aug-12 6:26am
View
Thank you so much.....
Neha Thanka
7-Aug-12 1:01am
View
I have to display in both ways in 2 different pages.
Neha Thanka
1-Aug-12 2:11am
View
Thank you so much.....
Neha Thanka
31-Jul-12 22:30pm
View
How will add the property at program.cs?
Neha Thanka
31-Jul-12 21:30pm
View
I want to store photos ofb employees. These photos are selecting through openFileDialog box. Then how can that image stored in a folder?
Neha Thanka
29-Jul-12 11:15am
View
Thank you very much........
Neha Thanka
29-Jul-12 11:15am
View
Thank you very much............
Neha Thanka
27-Jul-12 8:53am
View
Thank you....
Neha Thanka
27-Jul-12 8:53am
View
Thank you....
Neha Thanka
27-Jul-12 8:46am
View
Thank you....
But I have to redirect to already created form...
Neha Thanka
27-Jul-12 8:46am
View
Thank you..
But I have to redirect to already created form.
Neha Thanka
22-Mar-12 2:39am
View
Sir, I have updated the question.
Neha Thanka
22-Mar-12 2:33am
View
I used Tomcat in this project.
Neha Thanka
18-Jan-12 4:44am
View
Now I want only one domain and 1gb space. I am looking for paid service with good customer support. I want support in English.
Neha Thanka
10-Jan-12 7:16am
View
Thank you.....
Neha Thanka
10-Jan-12 5:25am
View
Sir, how to connect that script database to the program?
Neha Thanka
10-Jan-12 5:07am
View
Sql Server Database
Neha Thanka
15-Dec-11 5:00am
View
Deleted
<script type = "text/javascript">
function Validate()
{
var RB1 = document.getElementById("<%=RadioButtonList1.ClientID%>");
var radio = RB1.getElementsByTagName("input");
var isChecked=false;
for (var i=0;i<radio.length;i++)
{
="" if="" (radio[i].checked)
="" ischecked="true;
" break;
="" }
="" if(!ischecked)
="" alert("please="" select="" an="" item");
="" return="" ischecked;
}
<="" script="">
Neha Thanka
15-Dec-11 4:59am
View
Try this link....
http://www.codeproject.com/Questions/207523/display-alert-when-radio-button-is-not-selected.aspx
Neha Thanka
25-Nov-11 1:23am
View
Thank you so much.... The google chrome shows Cache error.
I copied the web pages to an older copy of this website and it works...
Neha Thanka
25-Nov-11 1:02am
View
The URL is correct.
But I can't find 'Clean solution' in the menu. Please help me...
Neha Thanka
17-Nov-11 1:36am
View
Please add it and try again....
All d best....
Neha Thanka
17-Nov-11 0:28am
View
Did u add RKLib.ExportData.dll in your project?
Neha Thanka
15-Nov-11 7:34am
View
Try these links....
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ConfirmButton/ConfirmButton.aspx
http://www.codeproject.com/KB/webforms/NingLiangSimpleControl.aspx
Neha Thanka
9-Nov-11 1:19am
View
Windows. I tried 'None' also...
Neha Thanka
8-Nov-11 6:36am
View
Path address is correct; When I put a .html file alone instead of the aspx pages, it is displayed.
my start up page is a dynamic page.
Neha Thanka
8-Nov-11 5:49am
View
It works properly on local host. I hosted the website inside a subdirectory and call it as www.myweb/test. Then I got that error message.
Neha Thanka
8-Nov-11 5:12am
View
No. Even a blank .aspx page cannot be displayed.
Neha Thanka
8-Nov-11 4:45am
View
I have only one web.config. I checked all the folders...
Neha Thanka
1-Nov-11 8:39am
View
Thank you sir....
I am using parameterised queries...
Neha Thanka
1-Nov-11 8:13am
View
Thank you .....
Neha Thanka
1-Nov-11 8:11am
View
Thank you sir...........
Neha Thanka
1-Nov-11 7:29am
View
Deleted
Please specify your exact requirements...
Neha Thanka
1-Nov-11 6:14am
View
Any suggestion.....?
Neha Thanka
28-Oct-11 1:35am
View
Thank you sir.....
Neha Thanka
24-Oct-11 2:26am
View
Sir, I have updated my question with code. Please help me.
Neha Thanka
3-Oct-11 5:23am
View
Is there any way to rename the field heading?
Neha Thanka
26-Sep-11 7:29am
View
I have a problem with this code. I am using button click to generate next question. On each button click the time is changed, ie the time left is same as the beginning for every question. How to change this code to work it properly?
Neha Thanka
26-Sep-11 6:33am
View
Thank you for your help... Surely this code helped me a lot....
Thanks again.....
Neha Thanka
20-Sep-11 0:57am
View
Can you explain....?
Neha Thanka
5-Sep-11 4:38am
View
This solution helped me a lot....
Thanks....
Neha Thanka
26-Aug-11 23:59pm
View
How to open a database through file explorer?
Neha Thanka
26-Aug-11 9:17am
View
I tried the above code.But an error occurred as follows.
"BACKUP DATABASE permission denied in database 'acemiddle'. BACKUP DATABASE is terminating abnormally."
How to solve this problem?
Neha Thanka
26-Aug-11 2:21am
View
I have no idea to use the BACKUP command. Can you please help me?
Neha Thanka
24-Aug-11 0:19am
View
How can I use Javascript code in this?
Neha Thanka
23-Aug-11 6:47am
View
I used scrolldelay attribute. But my problem is that I can't display the first item just after the last item. Now there is a delay.For the second time, the first item is appearing only after the last item completely disappear from the screen.
Neha Thanka
23-Jul-11 1:57am
View
Thank u so much...
Neha Thanka
21-Jul-11 1:30am
View
Thank you very much......
This solution is working for me....
Neha Thanka
21-Jul-11 1:01am
View
Whenever I am entering html tags into the textbox, there is an error occurs like this:A potentially dangerous Request. How to solve this?
Neha Thanka
21-Jul-11 0:04am
View
I am using multiline property and it is working. but I have to display the newline character entered in another place.
Neha Thanka
20-Jul-11 23:04pm
View
But how to store these newline characters into the database?
Neha Thanka
13-Jul-11 8:02am
View
Thanks for your reply...
Neha Thanka
13-Jul-11 7:37am
View
Now i am using this method. Is there any other method? Can we use text toolbox while entering data in textbox and display the data as there in a label?
Neha Thanka
8-Jul-11 1:42am
View
Can you give me some detailed answer?
Neha Thanka
7-Jul-11 6:23am
View
Thank u for your help....
Neha Thanka
7-Jul-11 6:21am
View
Not started yet....
Show More