15,669,440 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 Python questions
View Javascript questions
View C++ 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 Noel3090 (Top 33 by date)
Noel3090
22-Aug-11 15:31pm
View
Sir i got it . thank you very much
Noel3090
22-Aug-11 15:14pm
View
ok sir i got the values. but how to pass that info to other page nd retrieve it?
Noel3090
22-Aug-11 15:08pm
View
how to get values into that list if i create like this
List string data=new List string();
Noel3090
22-Aug-11 15:07pm
View
Deleted
how to get values into that list if i create like this
<pre lang="c#">
<pre lang="c#"></pre>
</pre>
Noel3090
22-Aug-11 15:06pm
View
Deleted
sory like this
List <string> data = new List<string>();
Noel3090
22-Aug-11 15:06pm
View
Deleted
yea but how to get values into that list if i create like this
List<string> data = new List<string>();
Noel3090
22-Aug-11 14:57pm
View
Yea thanks. Can you please tell me how to do it. coz am new to this
Noel3090
22-Aug-11 14:45pm
View
No they specifically mentioned to use gridview . cant i do with gridview??
Noel3090
22-Aug-11 14:42pm
View
it looks likes this
ProductName
Nokia 6120 classicReliance 3G Tab
and for quantity
13
Noel3090
22-Jun-11 9:23am
View
hey thanks .. but i want to capture stock market... data mostly text. Can you please tell me how to go about it??
Noel3090
18-Apr-11 14:52pm
View
thanks mahen25
Noel3090
14-Apr-11 16:22pm
View
Sql database. Its simple asp.net web service
Noel3090
11-Apr-11 14:02pm
View
My client is Windows mobile application, So how should i send data?
Noel3090
10-Apr-11 3:36am
View
If u know then please explain me , what changes should i make
Noel3090
8-Apr-11 15:48pm
View
ya i got response on client side.. but i m not getting posted data.
// string url = "http://localhost/testwebsite/default.aspx?field1=bats";
the value bats i should get, but m not getting it
no dint vote that
Noel3090
8-Apr-11 15:47pm
View
ya i got response on client side.. but i m not getting posted data.
// string url = "http://localhost/testwebsite/default.aspx?field1=bats";
the value bats i should get, but m not getting it
Noel3090
8-Apr-11 14:03pm
View
No, am not able to retrieve posted data :(
Noel3090
8-Apr-11 13:26pm
View
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(new Uri(url));
request.Method = "POST";
//[Look here: who will actually send some data? You have to... -- SA]
HttpWebResponse response = (HttpWebResponse)request.GetResponse();
Noel3090
8-Apr-11 13:23pm
View
Deleted
[Not needed, to be removed]
Noel3090
8-Apr-11 13:05pm
View
thanks SA. M realy running out of time, i need this for my final year project.
We have already developed asp.net appl. If you were in my place how you would have done it?
Please help me.
Noel3090
8-Apr-11 12:32pm
View
if you didnt understand, am explaining you again.
I have windows mobile app, which retrievs location info e.g latitude . this app then sends that info to server with asp.net. Now i want this data to be retrieved and then stored in database.
Noel3090
8-Apr-11 2:37am
View
Sorry SAKryukov am pretty new to this asp.net, so it would very nice if you could tell me in detail.
Thanks for the reply.
But i dint understand
Use availale website
. Am doing this, all on local Pc.
and Regarding server code, what to use instead of "request"b??
Noel3090
7-Apr-11 15:23pm
View
Deleted
[Moved to Question]
What are your doing, Noel!? Next time, format it properly, and post via "Improve Question".
--SA
Noel3090
7-Apr-11 8:56am
View
but how to post data when you have windows mobile application? am not using browser.
Noel3090
6-Apr-11 13:24pm
View
ya i am having trouble creating web service, this topic is new to me. please help
Noel3090
6-Apr-11 11:50am
View
thanks pankaj..but the links which you have given provides information of getting imei no. i got the imei value but i want to send to server now. can u please help in this
Noel3090
6-Apr-11 11:35am
View
i have windows mobile application. so i hv to retrieve imei no and send to server. And then insert the retrieved value in database. please help, i really cant understand how to do it
Noel3090
5-Apr-11 15:01pm
View
yes and then upload some data to website (asp.net) retrieve data from it and store it in database
Noel3090
5-Apr-11 14:38pm
View
thanks SAKryukov for the reply
But i mentioned above that we asp.net application on the server.. ie we need to send data to asp.net website and retrieve it and store it in database
Noel3090
5-Apr-11 13:49pm
View
thanks BobJanova
Noel3090
4-Apr-11 12:10pm
View
thanks valery, but i wanted code for poincare index , please help!!
Noel3090
4-Apr-11 9:55am
View
thanks guys!!! :)
here is 1 more method
String s = "1234";
int[] intArray = new int[s.length()];
for (int i = 0; i < s.length(); i++) {
intArray[i] = Character.digit(s.charAt(i), 10);
}
Noel3090
5-Mar-11 1:49am
View
Thanks sairam, but dont you think this will take time to process 500x500 image. I wanted to try with unsafe method which is quite faster!! Can you please help me with this
Show More