Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
84% Quality Score
Upvotes Received
5
Posts with Upvotes
3
Upvoting Members
4
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K
~8K People Reached
Favorite Tags

29 Posted Topics

Member Avatar for smartjugal

[QUOTE=smartjugal;1646286]I want to learn C# using in windows forms from the begaining..... can anyone tell me some C# windows forms text book and the author's name? or pdf books link..????[/QUOTE] You should start with basic concept first if you are a newbie in .net. So, please go step by step …

Member Avatar for TekknoDraykko
0
330
Member Avatar for ayat abukhadra

The ASP.NET Membership service supports this feature. To get the particular user's last activity date, use LastActivityDate property and to indicate whether the user is online or not use IsOnline property. You can only use the property to check user is online or not. If user performs an action then …

Member Avatar for ayat abukhadra
0
132
Member Avatar for shers

You can make use of Ajax to display registration success/fail message. Ajax Control Toolkit: http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/ You can create table within the table to adjust the alignment of different controls in your registration form. For batch and address field controls - create a table in your parent table column, divide it …

Member Avatar for riteshbest
0
179
Member Avatar for mzeewashooo

You cant directly connect to MySQL database using ADO.NET library. You need to download MySQL .NET connector to connect database. Connector/Net contains fully-managed ADO.NET driver for MySQL. D/W Link: http://www.mysql.com/downloads/connector/net/ Connector has DLL(s) that you need to refer in your project.

Member Avatar for riteshbest
0
277
Member Avatar for mzeewashooo

You cant directly connect to MySQL database using ADO.NET library. You need to download MySQL .NET connector to connect database. Connector/Net contains fully-managed ADO.NET driver for MySQL. D/W Link: http://www.mysql.com/downloads/connector/net/ Connector has DLL(s) that you need to refer in your project.

Member Avatar for riteshbest
0
143
Member Avatar for Fortinbra

[QUOTE=Fortinbra;1680963]Right now my company uses Crystal Reports for report documents. We are running into HUGE errors and limitations that we need to get rid of. Anyone have any suggestions for Crystal reports alternatives? We have a somewhat unique deployment patter, our customers all use our application on their own local …

Member Avatar for abhishek dutta
0
151
Member Avatar for aakash dhoundiy

[QUOTE=aakash dhoundiy;1645387]guys plzzzzzzz help me out,i m new to vb 2008,and i created master page but its not running.it shows following error Directory Listing -- /indianpremierleauge/ Tuesday, September 13, 2011 12:17 PM 1,693 MasterPage.master Tuesday, September 13, 2011 11:54 AM 461 MasterPage.master.cs Tuesday, September 13, 2011 12:01 PM 8,342 Web.config …

Member Avatar for jinal161188
0
196
Member Avatar for mirzamujib

[QUOTE=mirzamujib;1664513]I made an asp.net application and two exe files (of my windows application) are added on button click event of my asp.net application. It works fine when i run locally but when i host this website, its not showing me exe files instead these exe files are showing in my …

Member Avatar for riteshbest
0
4K
Member Avatar for alinutzu

[QUOTE=alinutzu;1659345]Hi. I have a bounded datagridview and it's work fine. I want to know if I can to add a combobox column to datagridview. Thanks for all.[/QUOTE] Try links: [URL="http://weblogs.asp.net/manishdalal/archive/2008/09/28/combobox-in-datagrid.aspx"]http://weblogs.asp.net/manishdalal/archive/2008/09/28/combobox-in-datagrid.aspx[/URL] [URL="http://stackoverflow.com/questions/3684154/how-to-add-a-combobox-to-an-asp-net-unbound-gridview"]http://stackoverflow.com/questions/3684154/how-to-add-a-combobox-to-an-asp-net-unbound-gridview[/URL] Hope it Helps...!!!

Member Avatar for riteshbest
0
174
Member Avatar for zooferic

[QUOTE=zooferic;1659387]Hi everyone! I have a problem about image download from web browser.I'm working asp.net platform.I wanna download image directly but the image open on the browser.Can you help me about this? [U]My HTML code:[/U] <a href ="http://domain.com/file/image.jpg" target="_blank" /> Download </a>[/QUOTE] Try below link: [URL="http://msdn.microsoft.com/en-us/library/system.web.httpresponse.outputstream.aspx"]http://msdn.microsoft.com/en-us/library/system.web.httpresponse.outputstream.aspx[/URL] Use your Button_Click event to …

Member Avatar for riteshbest
0
95
Member Avatar for freakysquash

[QUOTE=freakysquash;1654860]I developed a sales management system in ASP.NET using Razor WebPages. How can I ensure that the business data associated with the system to be secure? Does hosting it using Web Hosting services secure? How about VPN? And if I am going to host it in the company server, how …

Member Avatar for riteshbest
0
271
Member Avatar for patel28rajendra

[QUOTE=patel28rajendra;1654445]plz explain complete step by step procedure to insert update and delete for asp.net2008 with c# and in built sql server. plz tell me where to make object & class. I am confused.[/QUOTE] Hi Rajendra, Always split application, logic, database interaction in different layers for e.g. 3-tier architecture(Presentation - Data …

Member Avatar for ruchi18
0
524
Member Avatar for Alkis90

[QUOTE=Alkis90;1659077]Is there any way to play subtitles with axwindowsmediaplayer control? If not, is there any other component that support subtitles? If not, is there any other way to do that?[/QUOTE] Subtitles are displayed (sometimes) by directvoxsub, a directshow plugin that should automatically load when used in media player and media …

Member Avatar for riteshbest
0
85
Member Avatar for Jonathan C

[QUOTE=Jonathan C;1659317]Menu Items has ONLY: [U]New[/U], [U]Open[/U], [U]Save[/U], [U]Save As[/U] and [U]Exit[/U]...nothing else i dont know how to do: -Create a member boolean variable to track when the contents of the textbox have changed. This boolean variable will be used to prevent the contents of the textbox from being lost, …

Member Avatar for riteshbest
0
122
Member Avatar for kytro360

[QUOTE=kytro360;1638380]I want my program to do two back to back webrequests. The first one fills out the form on the page. The second webrequests a page which submit the data from the previous webrequest. I tried doing this but I keep getting this error:[/QUOTE] The .NET HTTP implementation tries to …

Member Avatar for riteshbest
0
324
Member Avatar for Abdel_eid

[QUOTE=Abdel_eid;1654481]Hello All, I am a java EE developer and i want to start using asp.net (studying) so where can i start , thanks a lot =)[/QUOTE] You should start with basic concept first if you are a newbie in .net. ASP.NET is a technology which allows you to develop rich …

Member Avatar for Netcode
0
136
Member Avatar for Fortinbra

[QUOTE=Fortinbra;1651167]My web application has the ability to process data from word docs and PDF files. We recently had a client who attempted to run files that are of a significantly larger size than anything we tested with. 50MB-500MB PDFs compared to our test files of 1MB-30MB files. If they don't …

Member Avatar for riteshbest
0
119
Member Avatar for aalokwar

[QUOTE=aalokwar;1627077]Hi, I want to browse compete drive/folders and lists of file from server using ASP.NET 2.0 web application. Displayed files when clicked, should get open in a new window or in same window. Please help me with a demo project, if any available. Thanks in Advance.[/QUOTE] Please try with below …

Member Avatar for kvprajapati
0
86
Member Avatar for khentz

[QUOTE=khentz;1641842]Hi, Currently, I am working with wmi, my first task is to rename the computer name, lan names and paging file. I would like to know if there's a good reference or tutorial regarding wmi application?[/QUOTE] Please [URL="http://www.dreamincode.net/forums/topic/42934-using-wmi-class-in-c%23/"]click here[/URL]

Member Avatar for riteshbest
0
88
Member Avatar for Sarama2030

[QUOTE=Sarama2030;1645647]HI Id lyk to know how you create web pages that are consistent on different resolutions especially the small ones i mean small monitors. I've used some css absolute positioning on my site stuff really overlaps on smaller screens-bad.thanks[/QUOTE] This is one of the practicle problem you are facing with …

Member Avatar for riteshbest
0
150
Member Avatar for kiran2010

Well... You need to put AdRotator control into Update Panel. Trigger update panel on timer tick event. Please check below example for more details: [CODE]<form id="frmAdRotator" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server" /> <asp:Timer runat="server" id="UpdateTimer" interval="5000" ontick="UpdateTimer_Tick" /> <asp:UpdatePanel runat="server" id="TimedPanel" updatemode="Conditional"> <Triggers> <asp:AsyncPostBackTrigger controlid="UpdateTimer" eventname="Tick" /> </Triggers> <ContentTemplate> <asp:AdRotator ID="adRotator" …

Member Avatar for riteshbest
0
86
Member Avatar for denmarkstan

This is a common error that you get when trying to display a field with no value (null), from a table. If for example you have a field where you store the age of the employee, but you don't know the age of all employees, and thus those fields are …

Member Avatar for riteshbest
0
190
Member Avatar for Z_KiNGPiN

Hi... Please check/refer this article for google map control: [URL="http://www.codeproject.com/KB/custom-controls/Google-Maps-User-Control.aspx"]Google Map Control[/URL] Just follow procedure as explained and you are done. No Extra settings are required... [COLOR="Green"]Hope it will help...[/COLOR]

Member Avatar for Z_KiNGPiN
0
205
Member Avatar for manalibhadula

Well... There are different causes for problem you are facing... (1) Please check Validation Group property of validation control, target control and button, it must be same in respect to create group. (2) Check attribute on top of page directive. If [B]AutoEventWired="false"[/B], then make it to "true" in order to …

Member Avatar for nebyas
0
81
Member Avatar for rajabca

Hi... Can you please tell version of IIS, you are using 6.0 or 7.0? If IIS 6.0 >>> Create new Virtual Directory If IIS 7.0 >>> Create an Application and dont forgot to enable application for 32-bit compatibility.

Member Avatar for dnanetwork
0
68
Member Avatar for Pari13

Well... Can you please tell me, where do you handled the click event of custom control? You can use event bubbling for sending values in querystring. Write and Handle Event in Page .aspx.cs and redirect user to another page.

Member Avatar for Pari13
0
164
Member Avatar for jockfaire

Well... by looking to command text, you are creating a table named "User". "User" is Reserved keyword of MS SQL. Microsoft SQL Server uses reserved keywords for defining, manipulating, and accessing databases. Reserved keywords are part of the grammar of the Transact-SQL language used by SQL Server to parse and …

Member Avatar for jockfaire
0
117
Member Avatar for ritesh2190

Well... Your need to use OleDb data provider in order to connect to MS Access database. Steps: (1) Create OleDbConnection, OleDbCommand, OleDbDataReader (2) Initialize Connection for e.g. con = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\emp.mdb;_ Persist Security Info=False") and con.open() (3) Initialize Command object cmd = New OleDbCommand("select ColumnName from Table", con) (4) …

Member Avatar for MARKAND911
0
86
Member Avatar for the_dawn

Well... you can use either any of below in order to achieve view. If you are using Master page then >>> Create a table in master page with 3 columns and one row. Then give fix width to middle column in order to occupy given width irrespective of browser. Place …

Member Avatar for ritesh2190
0
101

The End.