Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:246167
More Search Options
RSS Available
Matching Posts
JQuery - Create and Populate a List
I am trying to use jQuery to create a list, populate it using a JSON object, display it in the current browser page, put the focus into the list, allow the user to select a value, put the selected value into text box, then have the list go away. This is not a quickfill, just a list populated via a JSON object. Does anyone know of a simple example of this? I have found a couple of quick fill type plugins, but have not been able to reverse engineer them yet. Thanks Mike Thomas
Posted to
Client Side Web Development
(Forum)
by
GeyikBaba
on 6/3/2009
Re: A C# Function to Copy Files as Soon as They Hit Folder?
Many thanks Darrell - this looks good. Mike Thomas
Posted to
C#
(Forum)
by
GeyikBaba
on 5/30/2009
A C# Function to Copy Files as Soon as They Hit Folder?
We have a situation where text files are deposited more or less continually into a directory. An application periodically polls the folder, processes each file, then MOVEs it to an archive. We now have a need to COPY each file to another directory as soon as it hits the directory. Polling will not work, we want to copy the file out as soon as it is deposited. The copy will go elsewhere, while the original will stay behind to be processed in the existing way. I am hung up on how to code something
Posted to
C#
(Forum)
by
GeyikBaba
on 5/29/2009
Re: Idea for Client Side PIck Box
Many thanks - I had not seen that one. I'll se if I can figure out exactly what it's doing behind the scenes. Mike Thomas
Posted to
Client Side Web Development
(Forum)
by
GeyikBaba
on 5/20/2009
Idea for Client Side PIck Box
In a form, we have occasions when users need to select vendors, customers etc. These tables are too large to load a drop down list on the server side, so we've set up this scenario: - User enters first letters of entity name in a text box - Call a web service which searches the table and returns all matching ID's and names in a JSON object. If there is only one match, populate a hidden field with the ID and the text box with the entity name. All done. If there are no matches, put up an alert
Posted to
Client Side Web Development
(Forum)
by
GeyikBaba
on 5/20/2009
Re: How to Serialize Several Rows of Data
Answer was pretty simple, even though this code does not look very gracefull to me: Get the search string from the client: [WebMethod] public Object businessFetch(String sSeek) { ListOfBusinesses l = new ListOfBusinesses (); List<Business> b = l.listBusinesses(sSeek); JavaScriptSerializer s = new JavaScriptSerializer(); return s.Serialize(b); } Instantiate the class, get the records, return the list to the proxy: public Business(String sBupk, String sBu_name) { this.Bupk = sBupk; this.Bu_name
Posted to
Client Side Web Development
(Forum)
by
GeyikBaba
on 5/20/2009
How to Serialize Several Rows of Data
Learning jQuery and Web Services, I've been able to create an object on the server side in C#, serialize it with JavaScriptSerializer s = new JavaScriptSerializer(); return s.Serialize(theObject); send it back to the browser, and display it. That's one object. How do I do the same if there is more than one object. For example, three rows are returned from a table rather than one? How can I make an 'array' of objects, then have JavaScriptSerializer serialize it so that it can be sent
Posted to
Client Side Web Development
(Forum)
by
GeyikBaba
on 5/18/2009
Re: How to Return a String Var from Web Svc to Client
Sorry - that should have been Encosia. MST
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
GeyikBaba
on 5/3/2009
Re: How to Return a String Var from Web Svc to Client
Thanks very much for your answer and especially for the pointer to Encona - that looks like a great website for what I'm doing right now. Mike Thomas
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
GeyikBaba
on 5/3/2009
How to Return a String Var from Web Svc to Client
In ASP.NET 3.5, I am sending form fields to the server via jquery as below. The server updates the record, then sends a success or failure message back to the client. But, the client is interpreting a simple string returned to the 'success' function saveResults() on the client as an object, not a string. I would expect s to equal "OK", but what I am getting is s.d === "OK", where d is an element of s, apparently. The web service is returning a simple string. I've verified
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
GeyikBaba
on 5/1/2009
Page 1 of 23 (229 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online