5,346 Posted Topics

Member Avatar for bobby_only1

[b]>hello to every one, i got a problem with asp.net applications.[/b] Can I know what your problem is? This is not a right way to ask for [URL="http://catb.org/esr/faqs/smart-questions.html"]help[/URL].

Member Avatar for kvprajapati
-1
29
Member Avatar for nickEncarnacion

Configure sqldatasource manually or use objectdatasource. Take a look at this article - [URL="http://www.asp.net/(S(ywiyuluxr3qb2dfva1z5lgeg))/learn/data-access/tutorial-49-cs.aspx"]http://www.asp.net/(S(ywiyuluxr3qb2dfva1z5lgeg))/learn/data-access/tutorial-49-cs.aspx[/URL]

Member Avatar for kvprajapati
0
105
Member Avatar for anup.maverick

[b]>Extract this data from Email(When he clicks the submit button, a new web page opens) & Save it in database.[/b] In click event of button save textbox data into session and you will get same data in a new page.

Member Avatar for kvprajapati
0
72
Member Avatar for aspusers

You need to pass parameter value. [code] .... Dim Cmd as new SqlCommand("Select * From TABLENAME Where ID = @id", objConn) Cmd.Parameters.Add(new SqlParameter("@id",SqlDbType.Int)).Value=10 ProductDA = New SqlDataAdapter(Cmd) .... [/code]

Member Avatar for aspusers
0
92
Member Avatar for Piya27

[URL="http://silverlight.net/"]http://silverlight.net/[/URL] is the official microsoft silverlight webite.

Member Avatar for Piya27
1
119
Member Avatar for omotoyosi
Member Avatar for omotoyosi
0
96
Member Avatar for sarithak
Member Avatar for rajabhaskar525
0
942
Member Avatar for pramaku

[b]>how to print address of a non static member functions [/b] Take a look at this thread - [URL="http://www.gamedev.net/community/forums/topic.asp?topic_id=268274"]http://www.gamedev.net/community/forums/topic.asp?topic_id=268274[/URL]

Member Avatar for kvprajapati
0
47
Member Avatar for dahliababy

Hi! You didn't ask a question. You might want to read the[URL="http://www.daniweb.com/forums/announcement58-2.html"]homework[/URL] policy if you run into problems and want to ask for help here.

Member Avatar for kdkanishka
0
93
Member Avatar for shakazulu89

Take a look at this article - [URL="http://www.c-sharpcorner.com/UploadFile/perrylee/ScreenCapture11142005234547PM/ScreenCapture.aspx"]http://www.c-sharpcorner.com/UploadFile/perrylee/ScreenCapture11142005234547PM/ScreenCapture.aspx[/URL]

Member Avatar for kvprajapati
0
53
Member Avatar for woolm110

Think about [URL="http://msdn.microsoft.com/en-us/library/52kd59t0(VS.71).aspx"]role based[/URL] authentication and [URL="http://support.microsoft.com/kb/311495"]authorization[/URL].

Member Avatar for kvprajapati
0
149
Member Avatar for Darkicon

Use [URL="http://msdn.microsoft.com/en-us/library/aa394582(VS.85).aspx"]WMI[/URL]. Take a look at this thread - [URL="http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/7356d3d8-8e08-4dc7-9c3c-8dde3dddd455"]http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/7356d3d8-8e08-4dc7-9c3c-8dde3dddd455[/URL]

Member Avatar for kvprajapati
0
100
Member Avatar for Usha Kumari

Please be more specific. I think you want to paste current text in clipboard into a [URL="http://msdn.microsoft.com/en-us/library/system.windows.forms.textboxbase.selectedtext.aspx"]selected textbox[/URL].

Member Avatar for kvprajapati
0
90
Member Avatar for zuve_fox

Please read this article - [URL="http://www.codeproject.com/KB/audio-video/cameraviewer.aspx"]http://www.codeproject.com/KB/audio-video/cameraviewer.aspx[/URL] at code project.

Member Avatar for kvprajapati
0
89
Member Avatar for houlahan

You should read this [URL="http://www.codeproject.com/Messages/3115868/Re-Csharp-and-Large-Images.aspx"]thread[/URL].

Member Avatar for kvprajapati
0
49
Member Avatar for cw08

Take a look at this MSDN article - [URL="http://msdn.microsoft.com/en-us/library/aa479011.aspx"]http://msdn.microsoft.com/en-us/library/aa479011.aspx[/URL]

Member Avatar for kvprajapati
0
661
Member Avatar for wiss.dev

[b]>how to set an excel object to instance type?[/b] Please try to be more specific. I think you want to create objects/instances of workbook, worksheet. Take a look at this article - [URL="http://support.microsoft.com/kb/302094"]http://support.microsoft.com/kb/302094[/URL]. Please read [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]member rules[/URL] and [URL="http://www.daniweb.com/forums/announcement61-2.html"]homework[/URL] policy at daniweb.

Member Avatar for wiss.dev
0
96
Member Avatar for songweaver

Try, [code] ListBox1.Items.Add(showAddress.DisplayAddress(vbCrLf)) [/code]

Member Avatar for me655321
0
351
Member Avatar for jlego

Here is a common event handler, [code] ..... Private Sub EmnuExitMenu_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles EmnuExitMenu.MouseMove, EmnuOne.MouseMove, EmnuTwo.MouseMove Dim mnu As ToolStripMenuItem = CType(sender, ToolStripMenuItem) mnu.Font = New Font(mnu.Font, FontStyle.Bold) End Sub .... [/code]

Member Avatar for jlego
0
109
Member Avatar for Jaydenn

[b]>Although, there is something that's annoying me.[/b] Do you have anything else to add to that? Please show us your work on [b][URL="http://www.codeproject.com/KB/shell/csdoesshell3.aspx"]Taskbar[/URL][/b].

Member Avatar for privatevoid
0
121
Member Avatar for vijen323

I think you might want to read - [URL="http://msdn.microsoft.com/en-us/magazine/cc164071.aspx"]Design Your Own Weblog Application from Scratch Using ASP.NET, JavaScript, and OLE DB[/URL] and [URL="http://www.codeproject.com/KB/aspnet/integrate_Blogger.aspx"]Integrating a Blogger.com Blo.g into an ASP.NET 2.0 Web Site[/URL]

Member Avatar for Ramesh S
0
150
Member Avatar for newtonvlm

Take a look at this article - [URL="http://blogs.silverlight.net/blogs/msnow/archive/2008/10/16/silverlight-tip-of-the-day-62-how-to-create-a-hyperlink.aspx"]http://blogs.silverlight.net/blogs/msnow/archive/2008/10/16/silverlight-tip-of-the-day-62-how-to-create-a-hyperlink.aspx[/URL]

Member Avatar for kvprajapati
0
48
Member Avatar for sathya8819

Please take at look at code project article - [URL="http://www.codeproject.com/KB/custom-controls/CaptchaControl.aspx"]http://www.codeproject.com/KB/custom-controls/CaptchaControl.aspx[/URL]

Member Avatar for kvprajapati
0
82
Member Avatar for 49ersfan

[b]>you can't use variables to declare an array.[/b] [URL="http://en.wikipedia.org/wiki/Variable-length_array"]C99[/URL] support variable length array. A variable length array, which is a C99 feature, is an array of automatic storage duration whose length is determined at run time. [b]>Passing multidimensional array to a function[/b] Text from [URL="http://c-faq.com/~scs/cclass/int/sx9a.html"]c-faq[/URL] : The most straightforward way …

Member Avatar for 49ersfan
0
1K
Member Avatar for jehad

[b]> am not famelier with this site and i dont know how to ask for help.[/b] Please read [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]member rules[/URL] and [URL="http://www.daniweb.com/forums/announcement61-2.html"]homework[/URL] policy at daniweb. [b]>i want to implement breadth first and depth first search for solving 8 buzzel problem may you help me? [/b] Try to implement these algorithms …

Member Avatar for kvprajapati
0
126
Member Avatar for kadir_ce

Take a look at this [URL="http://stackoverflow.com/questions/66363/get-external-ip-address-over-remoting-in-c"]thread[/URL].

Member Avatar for kvprajapati
0
129
Member Avatar for meet.saqibahmed

[b]SAX[/b] and [b]DOM[/b] are XML API to work with XML documents. Take a look at this article - [URL="http://msdn.microsoft.com/en-us/magazine/cc302158.aspx"]http://msdn.microsoft.com/en-us/magazine/cc302158.aspx[/URL]

Member Avatar for kvprajapati
0
142
Member Avatar for masapo

You need to indent your code. You cannot possibly expect us to read that unreadable code mess! Encase your code in: [noparse] [code] and [/code] [/noparse] tags.

Member Avatar for Narue
0
119
Member Avatar for dskumar_85

[b]>now my need is while i entering data the total will display the amount by calculating all the field ..[/b] Use javascript. Handle [b]onkeyup[/b] event.

Member Avatar for kvprajapati
0
68
Member Avatar for Ulukay
Member Avatar for sara_2

Welcome sara_2, We only give help to those who show effort. You might want to read the [URL="http://www.daniweb.com/forums/announcement58-2.html"]homework[/URL] policy and [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]member rules[/URL].

Member Avatar for kvprajapati
0
130
Member Avatar for qwertymk

[b]>Is there a way to determine the largest amount of continuous memory using either new or malloc? [/b] No. You can't call malloc to get how many bytes are available for you to use.

Member Avatar for kvprajapati
0
76
Member Avatar for sathya8819

[b]>asp.net login page[/b] The [URL="http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol"]Web[/URL] is inherently stateless; each request for a page is treated as a new request, and information from one request is not available by default to the next request. To help overcome this inherent limitation of Web-based applications, ASP.NET includes a number of features for [URL="http://msdn.microsoft.com/en-us/library/75x4ha6s.aspx"] …

Member Avatar for kvprajapati
0
157
Member Avatar for bharanidharanit

Nested loop is a problem. [code] For i = 0 To 2 LabelArray(i).Text = word(i) Next [/code] or [code] i=0 For Each word In words LabelArray(i).Text = word i=i+1 Next [/code]

Member Avatar for bharanidharanit
0
102
Member Avatar for saj_amo

Use [b][URL="http://www.crystalreportsbook.com/Crystal_Reports_XI.asp?Page=2_6"]CanGrow[/URL][/b] option.

Member Avatar for saj_amo
0
316
Member Avatar for dwisely

[b]>How can I do this with the code I have so far?[/b] Think about ReadAllLines() method. [code] ..... Dim s() As String = System.IO.File.ReadAllLines("file1.txt") Dim i As Integer For i = 0 To s.Length - 1 If Not (s(i).StartsWith("01") Or s(i).StartsWith("02") Or s(i).StartsWith("03")) Then s(i - 1) = s(i - …

Member Avatar for dwisely
0
164
Member Avatar for starboy

[b]>what i want to get, how to convert the filename variable named v_csvfileName of javascript to the filename named csvFileName of jsp. [/b] No. JSP runs on the serverside and Javascript runs on the client side in the web browser. JSP can generate javascript code onto the page, but the …

Member Avatar for peter_budo
0
159
Member Avatar for xavier666

Take a look at this sticky thread - [URL="http://www.daniweb.com/forums/thread50370.html"] Read Me: Starting " C "[/URL].

Member Avatar for xavier666
0
131
Member Avatar for benk1

Property [URL="http://msdn.microsoft.com/en-us/library/system.web.ui.page.ispostback.aspx"]IsPostBack[/URL] : It indicates whether the page is being rendered for the first time or is being loaded in response to a postback. [code] Sub page_load(Sender As Object, E As EventArgs) IF Not IsPostBack Then Dim sqlselect connect() sqlselect="SELECT Name FROM Data ORDER BY Name" dropcomm=New SQLCommand(sqlselect,dbconn) dropread=dropcomm.ExecuteReader() dname.DataSource=dropread …

Member Avatar for benk1
0
119
Member Avatar for bharanidharanit

[b]>So when i click login button, those 2 fields must be checked with database.[/b] Use SQL [b]Select[/b] statement with [b]where[/b] clause. [b]>and if the information is correct it must login.[/b] You have to use Cookies or Session. Read [URL="http://msdn.microsoft.com/en-us/library/75x4ha6s.aspx"]ASP.NET State Management[/URL].

Member Avatar for bharanidharanit
0
75
Member Avatar for vijen323
Member Avatar for rajdeep_7

I think you should try [URL="http://stackoverflow.com/questions/1363566/getting-dynamically-created-tags-jquery-from-asp-net"]JQuery[/URL].

Member Avatar for kvprajapati
0
101
Member Avatar for Kusno

[b]>Now, I want to put it in ToolBox control...[/b] I think you are working on an [URL="http://www.codeplex.com/ExtJsExtenderControl"]extender[/URL] control.

Member Avatar for chandru7
0
109
Member Avatar for jayanthsept5

You need to know that there is a class library called [URL="http://msdn.microsoft.com/en-us/library/h43ks021(VS.71).aspx"]ADO.NET[/URL]. Take a look at this article - [URL="http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.aspx"]http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.aspx[/URL]

Member Avatar for azdonald
0
162
Member Avatar for phpbeginners

I think one must has to learn JavaScript first. Learning a (JQuery) library without the background knowledge is going to leave you high and dry at the worst possible times. [b]JQuery Documentation & tutorials[/b] [LIST] [*][URL="http://docs.jquery.com/Main_Page"]http://docs.jquery.com/Main_Page[/URL] [*][URL="http://docs.jquery.com/Tutorials"]http://docs.jquery.com/Tutorials[/URL] [*][URL="http://docs.jquery.com/Downloading_jQuery"]http://docs.jquery.com/Downloading_jQuery[/URL] [/LIST] [b]Learning JQuery[/b] [LIST] [*][URL="http://www.learningjquery.com/"]http://www.learningjquery.com/[/URL] [*][URL="http://dotnetslackers.com/Community/blogs/xun/archive/2008/09/13/jquery-the-very-very-basics-lesson-1.aspx"]http://dotnetslackers.com/Community/blogs/xun/archive/2008/09/13/jquery-the-very-very-basics-lesson-1.aspx[/URL][*][URL="http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html"]http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html[/URL] [*][URL="http://blog.themeforest.net/screencasts/jquery-for-absolute-beginners-video-series/"]video-series/[/URL] [*][URL="http://haacked.com/tags/jquery/default.aspx"]Using jQuery Grid With ASP.NET …

Member Avatar for kvprajapati
0
76
Member Avatar for Patrick_Neville

Text from the MSDN - [URL="http://msdn.microsoft.com/en-us/library/h43ks021(VS.71).aspx"]Overview of ADO.NET[/URL] [QUOTE]SUMMARY: ADO.NET provides consistent access to data sources such as Microsoft SQL Server, as well as data sources exposed through OLE DB and XML.[/QUOTE]

Member Avatar for sknake
0
161
Member Avatar for Dragennd

See this sample, [code] ListView1.Columns.Add("One") ListView1.Columns.Add("Two") ListView1.Columns.Add("Three") Dim item As New ListViewItem("v1") item.SubItems.Add("A") item.SubItems.Add("B") ListView1.Items.Add(item) [/code]

Member Avatar for Dragennd
0
135
Member Avatar for Antenka

I think you might be aware of [URL="http://www.orafaq.com/node/21"]Globalization Development Kit[/URL]. Take a look at [URL="http://www.oracle.com/technology/tech/globalization/htdocs/nls_lang%20faq.htm"]NLS FAQ[/URL].

Member Avatar for Antenka
0
146
Member Avatar for tqmd1

Welcome tqmd, Sorry tqmd, but you didn't ask a question. We only give help to those who show effort. You might want to read the [URL="http://www.daniweb.com/forums/announcement58-2.html"]homework[/URL] policy if you run into problems and want to ask for help here.

Member Avatar for TomW
0
265
Member Avatar for kanababa

Try this, 1. Populate ListView. 2. Assign the result of aggregate sql function (select sum(price) from tableName) into Label's Text property.

Member Avatar for kanababa
0
98

The End.