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
~10K People Reached
Favorite Tags

11 Posted Topics

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
73
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
229
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
218
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
120
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
77
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
395
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
119
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
744
Member Avatar for astha_malik

The End.