|
|
yousefla
yousefla
 |
|
Stories kicked by yousefla
|
|
submitted by
yousefla
4 months, 6 days ago
mycsharpcorner.com — A quick tool to convert free CSS templates from Left-To-Right into Right-To-Left , very usefull when developing sites with Right-To-Left Design read more...
add a comment
|
category: ASP.NET | Views: 32
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
yousefla
5 months, 14 days ago
mycsharpcorner.com — Here is a quick one line code to extract __VIEWSTATE hidden form field from the ASP.NET Login page. This comes in handy during web automation of the ASP.NET form authentication. read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
yousefla
6 months, 2 days ago
mycsharpcorner.com — An example to use RegEx to split a string in C# read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
yousefla
7 months, 22 days ago
mycsharpcorner.com — What's the best way to cut small pieces of paper out of a larger piece while keeping paper scrape to a minimum? read more...
add a comment
|
category: ASP.NET | Views: 1
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 6 months ago, submitted by
yousefla
1 year, 6 months ago
mycsharpcorner.com — We all know in ASP.NET, to get the absolute path from the relative path, you can prefix your relative path with the Tilde character as follows:
MyHyperLink.NavigateUrl = "~/Catalog/ASP/Products"; read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
ASP.NET, HttpRuntime | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
yousefla
1 year, 6 months ago
mycsharpcorner.com — Using LIKE statement in an SQL query requires specifying wild cards in the search pattern. In C# .NET, the wild card is %, however if you are building your SQL query directly from MS Access, I found out you need to use ... read more...
add a comment
|
category: ADO.NET | Views: 5
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
yousefla
1 year, 7 months ago
mycsharpcorner.com — Here is a digest of all free utilities & user controls for the month of Arpil developed on www.mycsharpcorner.com site. Enjoy! ... read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
Utilities, ASP.NET, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 7 months ago, submitted by
yousefla
1 year, 7 months ago
mycsharpcorner.com — If you have done SEO work, you know that Search Engines would penalize my site if both http://www.mycsharpcorner.com and http://mycsharpcorner.com/ requests returned a 200 OK code in the HTTP header. Why? Because from a Search Engine's spider point of view... read more...
1 comment
|
category: ASP.NET | Views: 15
|
|
tags:
301, SEO, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
yousefla
1 year, 7 months ago
mycsharpcorner.com — A cleaner C# alternative to loading Native Win 32 DLL and invoking FindWindow to get to another process's window handle, is to use the Process class in C#. You can also use it to close another window, and even get the window's text...
read more...
add a comment
|
category: C# | Views: 141
|
|
tags:
FindWindow, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 7 months ago, submitted by
yousefla
1 year, 7 months ago
mycsharpcorner.com — In today's Internet blog, you almost never miss seeing a "Digg It", a "Kick it", a "Ridd It" a Furl it, burl it...or squirrel it... link or icon at the end of each article you read in someones blog. Well, regardless of the opinions people might have about this phenomenon, if you are an ASP.NET ... read more...
add a comment
|
category: ASP.NET | Views: 5
|
|
tags:
ASP.NET, Reddit, Blog, UserControl, DotNetKicks | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
yousefla
1 year, 7 months ago
mycsharpcorner.com — The most common GUI technique is to display the error using a MessageBox.Show popup after validating the control, with something like "First Name field is empty! Please enter your First Name". I find these popup boxes in a Windows Application to be annoying... especially when combined with the "bump" wav sound associated with them! So to give my users a friendly app read more...
1 comment
|
category: C# | Views: 25
|
|
tags:
C#, Timer | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
yousefla
1 year, 7 months ago
mycsharpcorner.com — I was writing this application for a client of mine, and I needed to dsiplay a "Please Wait..." message while disabling access to the the rest of the application controls during a lengthy background process, but at the same time, wanted to show that the application is alive and well.... not frozen, maybe even put a cancel or a stop button to terminate the lengthy process. read more...
add a comment
|
category: C# | Views: 75
|
|
tags:
Multi-Threading, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
yousefla
1 year, 7 months ago
mycsharpcorner.com — System.IO.StreamWriter allows you to write text to a file easily if you are creating the file and know the order of the lines. However, what if you are trying to edit a file? For example, you need to insert a text at a specified line number in an existing text file. Say you have a text file that contains:
1. Orange
2. Banana
<---- Want to Insert: 3. Apple
4. Grapefruit
5. Kiwi
And say you want to insert the text "3. Apple" between line 2 & 4, how do you do that in C#? read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
System.IO, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|