Click here to Skip to main content
15,891,868 members

Videos


Page 6 of 7
1 2 3 4 5 6 7


101. vb.net chart - How to show 1K instead of 1000 on Y axis label
k guess after some experimenting and some extensive googling, got a way to substitute 1K for 1000the exact solution to my problem is as belowProtected Sub Chart1_FormatNumber(sender As Object, e As System.Web.UI.DataVisualization.Charting.FormatNumberEventArgs) Handles...
Web Development » ASP.NET »
joe_j Updated: 26 Jul 2012
Rating: ( (No votes))
102. vb.net chart - How to show 1K instead of 1000 on Y axis label
Hi,I have several graphs which show huge numbers in millions of billions on the primary and secondary Y axis.The raw data that is provided into it is as such. Now because of displaying these huge numbers, im facing space issues.is there a way to dynamically change the Y axis labels to...
Web Development » ASP.NET »
joe_j Updated: 25 Jul 2012
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
103. Display Datatable with Y values in Chart
Hi,I have a stacked column chart with 2 series.i would want the Y values of these chart to be displayed as a datatabel below the Chart just like the datatable option in Excel ChartsTHanks
Web Development » ASP.NET »
joe_j Updated: 14 Feb 2012
Rating: ( (No votes))
104. Integrating email clients in one website using C#.Net / ASP.Net
while the user registers into your site, he/she can be asked to put in all the login details of their emails.store this into a database, and each time the user logs in to your site, read the email credentials from the database and do an auto login.
Web Development » ASP.NET »
joe_j Updated: 16 Jan 2012
Rating: 5.00/5 ( (1 vote))
105. Log in session maintain.... asp.net
use session(name) through out the page if that is what you want
Web Development » ASP.NET »
joe_j Updated: 13 Jan 2012
Rating: 1.00/5 ( (1 vote))
106. Export DataGridView to Excel in VB.net 2.0 Web Form
if your gridview is showing data from a existing ms access database then the below can export it to an excel fileSub ExportToExcelFromAccess() Dim AccessConn As System.Data.OleDb.OleDbConnection Dim AccessCommand As OleDbCommand Dim xl As Excel.Application ...
Programming Languages » Visual Basic »
joe_j Updated: 13 Jan 2012
Rating: ( (No votes))
107. Vb.Net Application Work In Lan
check if the permissions are set correctly.
Programming Languages » Visual Basic »
joe_j Updated: 13 Jan 2012
Rating: ( (No votes))
108. Want to use image without saving at web server
i guess there is a way to encode images into sql dbs.or maybe you can try an app called Plupload. or lastly, make a simple flash animation with that image, compile it into a .swf. and then put that .swf into the server.
Web Development » ASP.NET »
joe_j Updated: 13 Jan 2012
Rating: ( (No votes))
109. How To Host Asp.net website in GoDaddy Hosting
make sure you have paid for the plan that allows asp.net hostingand the connection strings would be provided by godaddy along with that. i remember that even i had the same issues when i first hosted on godaddy. for a reference, maybe you can try the below
Web Development » ASP.NET »
joe_j Updated: 13 Jan 2012
Rating: ( (No votes))
110. configuring iis6 with asp.net 3.5
hi, have you selected the right version of asp.net and can you provide the exact error message.
Web Development » ASP.NET »
joe_j Updated: 13 Jan 2012
Rating: ( (No votes))
111. VB.net - how to avoid outlook security prompt
hi,i have created a simple vb.net forms application that counts the emails from outlook.but when i try to get the date time stamp of the email, the OL security prompt pops up.is there any way to by pass this, without using any external comsThanksJoel
Programming Languages » Visual Basic »
joe_j Updated: 13 Jan 2012
Rating: ( (No votes))
112. get email count directly from mail server for multiple email accounts
Hi,VS 2010requirement is to make a webpage that displays the email count of each folder in an email account. there are about 80 such email accounts.i tried many ways but wasnt successful as i do not want to use Outlook in between.please help me out on this one guys.ThanksJoe
Web Development » ASP.NET »
joe_j Updated: 28 Dec 2011
Rating: ( (No votes))
113. get mail count from folders in exchange server using asp.net
got this without using any complicated codesjust by using identity and redemption.working pretty well.thanks
Web Development » ASP.NET »
joe_j Updated: 18 Nov 2011
Rating: ( (No votes))
114. open Access database table in excel on the client PC
well i got this done successfully.but in a different approach.i save all the required data in a code generated excel file in the server.and then applied a link for the users to download the excel file.works perfectly fine.thanks
Web Development » ASP.NET »
joe_j Updated: 18 Nov 2011
Rating: ( (No votes))
115. get mail count from folders in exchange or imap server using asp.net
got the way to do it.you will have to keep switching the identity of the different exchange profiles that you would be using and you can make it worktook some time to get all the codes up and running but it was worth it. its working pretty fine and stable now
Web Development » ASP.NET »
joe_j Updated: 18 Nov 2011
Rating: ( (No votes))
116. get mail count from folders in exchange or imap server using asp.net
hi,is there a way to connect to an exchange email server and get the mail count in each subfolders inside the Inbox?can this be done just by using vb.netthanks
Web Development » ASP.NET »
joe_j Updated: 17 Nov 2011
Rating: ( (No votes))
117. how to authenticate using persons windows login ?
i have used the VS login in tool in my webpagethen add the below into the webconfig
Web Development » ASP.NET »
joe_j Updated: 8 Nov 2011
Rating: ( (No votes))
118. How to create a guid key under HKEY_CLASSES_ROOT\CLSID
hi,try recompiling you app with "AnyCpu"you could have compiled it for X86 aloneyou can check this link, it might be f helphttp://social.msdn.microsoft.com/Forums/en-US/netfx64bit/thread/92f962d6-7f5e-4e62-ac0a-b8b0c9f552a3
Programming Languages » Visual Basic »
joe_j Updated: 28 Oct 2011
Rating: ( (No votes))
119. how to authenticate using persons windows login ?
if you have an active directory, you can use use that to authenticate the users before they enter into you website.let me know if you have Active Directory and the credentials to use that. maybe i can help you with the code as i had recently used it myself for a corporate intranet.
Web Development » ASP.NET »
joe_j Updated: 28 Oct 2011
Rating: 1.00/5 ( (1 vote))

Page 6 of 7
1 2 3 4 5 6 7