Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~978 People Reached
Favorite Tags
Member Avatar for skumar.snl

Hi there, I have a silverlight 4.0 application, i have to make a line graph with -ve,+ve y-axis. Please guide me.

Member Avatar for kvprajapati
0
87
Member Avatar for skumar.snl

hi, We are showing Video with slides(images) in silverlight .Our images come from amazon server now we want to cache these images before starting Video. our code is given below: private void LoadImage(string ImageURL) { WebClient downloader = new WebClient(); downloader.OpenReadCompleted += new OpenReadCompletedEventHandler(downloader_OpenReadCompleted); string fileName = ImageURL; downloader.OpenReadAsync(new Uri(fileName, …

0
124
Member Avatar for skumar.snl

I have to Set Iframe Height Dynamically using Jquery or Javascript . I am Using following jquery code: [code]var theFrame = $("#IframeId", parent.document.body); theFrame.height($(document.body).height);[/code] My Problem is that data in iframe has some Images,video thumbnail which are coming from diffrent server Amazon,flicker (means from Cross domain). It takes time to …

0
69
Member Avatar for skumar.snl

I have made a facebook app using Asp.net, I am using allow email and grant offline access feature. The code which i have written down is something like this <fb:prompt-permission perms="email">Would you like to receive email from our application?</fb:prompt-permission><br /> <fb:prompt-permission perms="offline_access">Click here to enable offline access</fb:prompt-permission> Now when User …

0
51
Member Avatar for skumar.snl

hi all, i have a problem i am trying to open a pop up in Iframe window. i am able to opne it in center of iframe window but i wants to open it according to the scrol position of browser window. I m using the following jquery plugin code: …

0
87
Member Avatar for skumar.snl

I have made a facebook app using Asp.net, Iam using allow email and grant offline access feature. The code which i have written down is something like this [code]<fb:prompt-permission perms="email">Would you like to receive email from our application?</fb:prompt-permission><br /> <fb:prompt-permission perms="offline_access">Click here to enable offline access</fb:prompt-permission>[/code] How can i get …

0
83
Member Avatar for skumar.snl

How to estimate file upload time in javascript ? to show progress bar with remaining time to upload ...

Member Avatar for kvprajapati
0
197
Member Avatar for skumar.snl

To get Twitter user Detail,Followers,following by using UserName without password

Member Avatar for Tekmaven
0
86
Member Avatar for skumar.snl

How can we remove Twitter user friends using C# API I am using this link methods [url]http://www.keylimetie.com/Blog/2009/5/1/Twitterizer-Simplifies-NET-Integration-with-Twitter/[/url] can somebody give some good link

Member Avatar for sedgey
0
90
Member Avatar for skumar.snl

At run time I am getting error requested database does not exist in configuration see at Line 19 string con = System.Web.Configuration.WebConfigurationManager.ConnectionStrings["cn"].ConnectionString; [code]Line 19: Database db = DatabaseFactory.CreateDatabase(con); Line 20: string sqlcmd = "select * from Movies where MovieID<500"; Line 21: DbCommand dbcommand = db.GetSqlStringCommand(sqlcmd);[/code] In my webconfig i have …

Member Avatar for vasioky
0
104