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:751967
More Search Options
RSS Available
Matching Posts
Re: extracting data from string in asp.net
Hi, I tried doing it with only "\" also however did not get any success. If anyone knows it, please share it thanks
Posted to
Getting Started
(Forum)
by
ronnieedin
on 6/5/2008
Re: extracting data from string in asp.net
Hi, The regular expression you gave gives me compilation error. Ok..Let me see if I got it correct. Let us assume i want only 01 01 01 01 string expr = @"<a CID=”C01” OID=”ID2” AR=”AR1”>01 01 01 01</a>"; string pattern = @"\<.*?\>.*?\<\/a\>"; Match m = Regex.Match(expr, pattern); It does not return 01 01 01 01 :(
Posted to
Getting Started
(Forum)
by
ronnieedin
on 6/5/2008
Re: extracting data from string in asp.net
Hi, Can you show me how with C#? thanks.
Posted to
Getting Started
(Forum)
by
ronnieedin
on 6/5/2008
Re: extracting data from string in asp.net
Hi, Is it possible? thanks
Posted to
Getting Started
(Forum)
by
ronnieedin
on 6/5/2008
Re: extracting data from string in asp.net
Hi, Its just a plain string <a CID=”C01” OID=”ID2” AR=”AR1”>01 01 01 01</a> I want to extract it like: string cid = "C01"; string oid = "ID2"; string[] pt = "01 01 01 01"; Thanks.
Posted to
Getting Started
(Forum)
by
ronnieedin
on 6/5/2008
extracting data from string in asp.net
Hi, I have this data coming in my application. <a CID=”C01” OID=”ID2” AR=”AR1”>01 01 01 01</a> I want to extract only 01 01 01 01 (with spaces) and store it in a string array. How to do this using asp.net and C#? thanks.
Posted to
Getting Started
(Forum)
by
ronnieedin
on 6/5/2008
Multiple clients connecting to the server
Hi, I have one server application reading data from 1000 devices every second. The server application reads a string of data, each belonging to a device, and broadcasts it 'every second'. Currently let us assume that we are using the 'Random' function to create the string, to emulate that we are reading from each device. The data read from a device and broadcasted will be similar to the following "222222 2222222". Another device may send data like "333333 33333"
Posted to
Architecture
(Forum)
by
ronnieedin
on 6/3/2008
Re: Adding controls to ajax tabss
Hi, I was able to figure that it has to created in Init(). However now new tab gets created but all new tabs are created at same location. I am creating tabs at Add btn. Can someone please help me ... SOS
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ronnieedin
on 5/14/2008
Re: issues with refreshing panel attached with popup extender
Hi, AnyBoidy who can help me out..
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ronnieedin
on 5/13/2008
Adding controls to ajax tabss
Hello, I am in need of both C# and js code to add tabss to tabsscontrol at click of button. WHen user keeps clicking, the tabss should be created on every click. Please share code. I know how to add one tabss buti want codee to add many tabs thanks.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ronnieedin
on 5/13/2008
Page 1 of 11 (109 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
WindowsClient:
Windows Client Developer Roundup for 12/14/2009
Channel 9:
TWC9: Silverlight Web cam apps, VS extensibility, Explorer shell extensions
ASP.NET:
Visual Studio Project Sample Loading Error: Assembly could not be loaded and will be ignored. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Channel 10:
Windows Live Messenger Arrives on Nokia Phones
Channel 9:
Peer to Peer Series Part 7: PeerChannel Basics
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
IIS.NET:
URL Rewriter and Reverse Proxy
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online