Posts

Showing posts from 2007

How to get username in ASP.Net

You can get logged in username in asp.net using <% =Environment.UserName%> OR <%=User.Identity.Name%> Both will give difefrent results...

Service Oriented Architecture

hi folks.. I have got a link to great article which explains about Service Oriented Architecture. This is a really simple guide about SOA without any complications. It gives you overview of what basically SOA is...Please do to following link.. http://blog.objectmentor.com/articles/2007/04/11/what-is-soa-really
Image
file://///ntpc00370/Backups/VS%202005%20Setup/wcu/64bitPrereq/

Unable to install IE6 servicepack1

If you are installing Visual studio 2005 on windows 2000, it asks for Internet explorer6 service pack1. I got set up and tried to install, but the error was it was trying to look up sites and was not getting connected. Solution for this was to change my proxy server setting parameters to *.*.220.253 This way it helped, I dont know reason why? Edited on 22nd Feb 08 All right now i know why it worked. It was settings problem in our LAN and by changing IP address, I connected to different n/w proxy server and got the things done....

Easiest way to check for empty text box in .net

We can check for empty text box in various ways including javascript. But easier way I have found is:- textbox.text.trim()==string.empty; You can use this code in codebehind file and check it in IF condition. It also ensures if text box contains only space. This is ensured by trim function. Downside for this is that, u need to give postback call to server, which could also be acheived by client side script and network traffic would have reduced...
Image

FirstBlog

Hello friends, We are in the age of web 2.0. With this, I am going to take next step in web. With this my own space, I will be writing on technical topics, financials which is of most interest to me and about all the new things which I will explore in my journey. Because I believe I am student of life and believe in sharing what I learn... So get ready for many more good things to come...