Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~9K People Reached
Member Avatar for Shwetha Dali

Hi, I have created a widget inside dashborad using the following link. But i'm not able to move the widget to desktop. Can anyone tell me how to do it. **I'm using Windows XP operating system and Visual studio 2008.** Here is the link. http://demo.dynamicdashboards.net/Pages/About/tutorial.aspx Thanks in advance, Shwetha

0
71
Member Avatar for Shwetha Dali

Hi, I have a application where we upload pdf files.And also i have button in another page to download it.As and wen a new file is uploaded that file should be downloaded on clicking the download button. The follwing code fetches all the pdf files filelist contains all pdf files.. …

Member Avatar for vsa000
0
226
Member Avatar for Shwetha Dali

Hi, I want to zoom the uploaded images.I have code to zoom 2 - 3 images.. Each image user uploades has to be zoomed on mouse over. Can anyone tell me how to do this Thanks, Shwetha

Member Avatar for MagicToolbox
0
203
Member Avatar for Shwetha Dali
Member Avatar for Shwetha Dali

I have a login page..if u close that page and reopen it after some time,i have to get the same page..Can anyone tell me how to do it in asp.net using C#.. Thanks & Regards Shwetha

Member Avatar for Sarama2030
-1
115
Member Avatar for Shwetha Dali

I can load a sign in web page(created using asp.net) at start up but the task bar should be visible only after signing in.How to do it? For example if we go to any sify cyber we can use the system only after logging in..I want to know how to …

0
76
Member Avatar for Shwetha Dali

Here is my code,problem is i'm able to login even with wrong username and password. Can anybody tell wat is the mistake in my code.. [CODE] using System; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; using MySql.Data.MySqlClient; …

Member Avatar for hericles
0
390
Member Avatar for Shwetha Dali

Hi, In asp.net I have created a page which contains questions and answers..Answer for each question contains 4 radio buttons ..But i'm not able to calculate the total number of correct n wrong answers..Can anybody tell me how to do it??

Member Avatar for Shwetha Dali
0
116
Member Avatar for Shwetha Dali
Member Avatar for Shwetha Dali

Here is my code to draw a star..But i have a problem..its printing only half star. using System; using System.Collections.Generic; using System.Text; using System.Collections; namespace triangle { class Program { int k = int.Parse(Console.ReadLine()); static void Main(string[] args) { Console.WriteLine("Enter The Value:"); int k = int.Parse(Console.ReadLine()); int m = k; …

Member Avatar for JuhaW
0
732
Member Avatar for astha_malik

hi, actually i wanted to draw two cubes programmatically in C# with only top,front and right portions visible.the top and right portion will have the same dimensions but depending on the parameter width provided by the user,the front portion will increase along the horizontal axis.One cube will increase along the …

Member Avatar for Shwetha Dali
-1
6K