Wednesday, November 15, 2017

none

none



Tuesday, February 26, 2013

installed ie10 on my machine

I am for the first time uninstalling opera after using ie10. ie10 is lighter. it is getting light weight. I am soon hoping the it will be feather ligtht and faster, making me remove all other browsers from my pc.

thanks to Microsoft ie department.

Sunday, February 24, 2013

Mount Box.net Storage As Network Drive

  • Mount Network Drive > Specify an alternate network location
  • Enter https://www.box.net/dav in the “Internet or network address” field
  • Once you click next, you will be prompted to enter your box.net credentials. After you enter your username and password and successfully log in, name your “Network Drive” and you’re good to go!

Friday, February 22, 2013

Adsense is very tough to subscribe in my blog

I agree, that saying something negative is not some thing that accepted in common. I do not want to say it though. How to say but: I recently tried to add adsense again to my blog. My thought was, why not make some revenue. the page was lying in the internet with my ideas and thought. Well again, disappointing, google, showed the same old flag of terms and ocndition. I am not sure, if I own this blog or some one else. for sure, I cannot get adsense. I have to start seriously searching on some other ad providers who will pay.

Tuesday, January 29, 2013

get distinct in datatable or dataSet

          ds= ds.RemoveAColumn("ScheduleId");

          //ds being dataset in here.


           List<string> getTheListOfColumns = ds.GetAllColumnNamesInList();
           DataView view = new DataView(ds.Tables[0].Copy());
           DataTable distinctValues = view.ToTable(true,getTheListOfColumns.ToArray());
           DataSet dsTop = new DataSet();
           dsTop.Tables.Add(distinctValues);

Monday, January 28, 2013

Want to know which control caused the post back in the asp.net c# page. You can use this method:

 

if (Page.Request.Params.Get("__EVENTTARGET").Contains(“ControlID”)

{

//write your code here

}

 

And if the control is button, you could use the same above code+:

if (Request[buttonID.UniqueID] != null)
{           

// your code here.

          }

Monday, January 7, 2013

Beware Of click2resume.com. They are fraud.

This site people contacted me about four weeks earlier. They acted professional I I really thought they were genuine.

They ran consultancy which provide interviews and stuff for major mncs like HCL and IBM it seams.

I never thought in my mind that this people could be fraud. I found out only after I paid 13 hundred and then they asked me to pay more for resume verification. they asked me to pay 180 more for resume verification.

Why should I revify my resume by paying them. then I got the glitch. the guy who was talking to me. he was saying he was going to place me in to the IBM all by himself. he will take the inteview and place me directly.

Jesus. I should have thought. THis people are real fun to play with . Please be careful before getting call from this people.

Heard like in the internet this people even arrange mock interview, saying they are talking from so and so company.

please be alert. you are playing with your hard earned money.

Hopefully you will not be the next.