5,346 Posted Topics
Re: [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]. | |
Re: 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] | |
Re: [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. | |
Re: 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] | |
Re: [URL="http://silverlight.net/"]http://silverlight.net/[/URL] is the official microsoft silverlight webite. | |
Re: Show us your code work please. Are you working with DataTable instance? | |
Re: You need to use [URL="http://php.net/manual/en/book.dom.php"]DOM[/URL] api. | |
Re: [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] | |
Re: 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. | |
Re: 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] | |
Re: 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]. | |
Re: 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] | |
Re: 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]. | |
Re: 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. | |
Re: You should read this [URL="http://www.codeproject.com/Messages/3115868/Re-Csharp-and-Large-Images.aspx"]thread[/URL]. | |
Re: 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] | |
Re: [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. | |
Re: Try, [code] ListBox1.Items.Add(showAddress.DisplayAddress(vbCrLf)) [/code] | |
Re: 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] | |
Re: [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]. | |
Re: 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] | |
Re: 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] | |
Re: 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] | |
Re: [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 … | |
Re: [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 … | |
Re: Take a look at this [URL="http://stackoverflow.com/questions/66363/get-external-ip-address-over-remoting-in-c"]thread[/URL]. | |
Re: [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] | |
Re: 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. | |
Re: [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. | |
Re: By [b]sender[/b] reference, [code] CType(sender,Button).Text="Click" [/code] | |
Re: 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]. | |
Re: [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. | |
Re: [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"] … | |
Re: 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] | |
Re: Use [b][URL="http://www.crystalreportsbook.com/Crystal_Reports_XI.asp?Page=2_6"]CanGrow[/URL][/b] option. | |
Re: [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 - … | |
Re: [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 … | |
Re: Take a look at this sticky thread - [URL="http://www.daniweb.com/forums/thread50370.html"] Read Me: Starting " C "[/URL]. | |
Re: 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 … | |
Re: [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]. | |
Re: Use [URL="http://www.w3schools.com/html/html_forms.asp"]Html[/URL] radio button tag. | |
Re: I think you should try [URL="http://stackoverflow.com/questions/1363566/getting-dynamically-created-tags-jquery-from-asp-net"]JQuery[/URL]. | |
Re: [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. | |
Re: 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] | |
Re: 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 … | |
Re: 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] | |
Re: 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] | |
Re: 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]. | |
Re: 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. | |
Re: Try this, 1. Populate ListView. 2. Assign the result of aggregate sql function (select sum(price) from tableName) into Label's Text property. |
The End.