15,991,072 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 laxmi smiley (Top 19 by date)
laxmi smiley
17-Jun-14 7:21am
View
nice explanation. i tried thisCustomer.Coordinates = (string[])iplot[0]; but error
Unable to cast object of type 'System.String' to type 'System.String[]'.
laxmi smiley
12-Jun-14 3:54am
View
i debugged and i am getting values in to viewdata but error
laxmi smiley
6-Jun-14 6:04am
View
i created a strongly typed view of type BookList.
but i am getting compilation error at
@foreach (var item in Model) {
}
laxmi smiley
13-Mar-14 4:18am
View
i tried this way but still
Unable to cast object of type 'System.Collections.Generic.List`1[Mvcsample.Model.product]' to type 'Mvcsample.Model.product'.
laxmi smiley
11-Mar-14 9:47am
View
control is moving to the corresponding action but datavalue field is empty.any suggestion please
data: { stateID:$('#StateDropDown').val()} the value #StateDropDown is new { @id = "StateDropDown" }
public actionresult(string stateID}
{
}
laxmi smiley
11-Mar-14 5:48am
View
if (itemVenture.VentureLocationID.Equals(itemLoc.VentureLocationID))
{ List<venturelocation> _locationList = new List<venturelocation>();
_locationList.Add(new VentureLocation{Text=itemLoc.VentureLocationID,value=itemLoc.VentureLocationName});
} error is add method has invalid arguments.
does not contain defnition for Text,value
laxmi smiley
19-Feb-14 5:07am
View
i tried smtp.port=25;
but still same exception
laxmi smiley
19-Nov-13 5:21am
View
i want client side validation that is required field validation defined in model before saving to database.
laxmi smiley
19-Nov-13 4:57am
View
Deleted
the view is default generation.i did make any changes just added scripts .
laxmi smiley
30-Oct-13 6:15am
View
ya thank u.
laxmi smiley
30-Oct-13 6:03am
View
nice solution
i want to seperate each hobbie with delimiter(,) for future use to display in grid.can you please guide me.
laxmi smiley
30-Oct-13 5:07am
View
i tried by if statement.
laxmi smiley
11-Oct-13 1:00am
View
thanks
laxmi smiley
29-Jul-13 13:27pm
View
it's working thanks a lot
laxmi smiley
8-May-13 2:44am
View
if i use post problem in have multiple child forms in future.by using delegates how can we do?
laxmi smiley
3-Apr-13 0:59am
View
thanks for help
laxmi smiley
6-Mar-13 5:21am
View
my requirement is allow numbers from 0 to 9 entered in textbox but not characters.
if user enters character should show message "invalid character".
laxmi smiley
4-Mar-13 5:00am
View
thank u sir
laxmi smiley
4-Mar-13 4:35am
View
the string is from textbox
Show More