5,346 Posted Topics
Re: Stored-Procedure cannot insert table's rows into ListView directly. You have to code VB.NET statements. Please show us your code. | |
Re: Take a look at - [URL="http://69.10.233.10/KB/aspnet/word2pdf_serverconvert.aspx?msg=3141084"]http://69.10.233.10/KB/aspnet/word2pdf_serverconvert.aspx?msg=3141084[/URL] [QUOTE]SUMMARY: This PDFConverter converts Microsoft Word documents (*.doc) into PDF-files/xps on a Webserver. [/QUOTE] | |
Re: [B]As Any[/B] variable type in a Declare statement. This is not supported in Visual Basic .NET. Variables of the As Any type were often used to pass a variable that was either a string or Null; you can replace this Visual Basic 6.0 usage by declaring two forms of the … | |
Re: [code=vb.net] Dim p(4)() As Integer For i As Integer = 0 To 4 ReDim p(i)(5) Next [/code] | |
Re: Take a look at this article - [URL="http://www.codeproject.com/KB/printing/LocalizingReportViewer.aspx"]http://www.codeproject.com/KB/printing/LocalizingReportViewer.aspx[/URL] | |
Re: struct can be easily copied using an assingment operator. [code=cplusplus] songs[0]=songs[1]; [/code] You can't remove an element from the an array. However you may assign an empty struct, [code=cplusplus] music empty={"","","",0}; songs[i]=empty; [/code] | |
Re: [B]Hint[/B] Declare an array of size 10. Use loop (for/while/do while) statement to read 10 values into an array. [B]How to compile?[/B] type following command at the *nix prompt, [QUOTE]g++ -o outsort sort.cpp[/QUOTE] Note: g++ to name the executable [B]outsort [/B]([URL="http://www.cs.bu.edu/teaching/tool/emacs/programming/"]emacs[/URL]) | |
Re: An acute thread title. Does the thread title need a fixing. | |
Re: Welcome santhoshvarma.a, You may send/pass value from one page to another page using querystring, and session. | |
Re: daviddoria, You have to elaborate your question by submitting a part of code. May be you could found some useful information from this link - [URL="http://en.wikipedia.org/wiki/Segmentation_fault"]http://en.wikipedia.org/wiki/Segmentation_fault[/URL] and [URL="http://www.faqs.org/qa/qa-673.html"]FAQ[/URL] | |
Re: Implement javascript code. Is there any problem? | |
Re: I think website design is an art and to be a good website designer, one must have know-how of css, html, and javascript. | |
Re: Welcome Mohsindada, You have to look at C# open source project - [URL="http://csharp-source.net/open-source/network-clients"]http://csharp-source.net/open-source/network-clients[/URL] | |
Re: Use select statement with DISTINCT. | |
Re: welcome phillon, Show us your code work please. You may use datatype.Parse method or Convert class method to convert string values into numeric values. | |
Re: >Object reference not set to an instance of an object. Error describes that you are working on null. Take look into your code and find where you missed [B]New[/B] keyword. | |
Re: Read the article - [URL="http://java.sun.com/docs/books/tutorial/java/nutsandbolts/arrays.html"]Arrays[/URL] [QUOTE]SUMMARY: In the Java programming language, a multidimensional array is simply an array whose components are themselves arrays. This is unlike arrays in C or Fortran. [/QUOTE] | |
Re: sandipdandel, Read [URL="http://www.daniweb.com/forums/thread141776.html"]sticky[/URL] thread. I hope this will be a solution of your problem. Have a look at an article - [URL="http://java.sun.com/javase/technologies/database/"]http://java.sun.com/javase/technologies/database/[/URL] | |
Re: ishlux, You have to create a context - a folder in which you may add your jsp/servlet programs/pages. Read [URL="http://tomcat.apache.org/tomcat-5.5-doc/config/context.html"]http://tomcat.apache.org/tomcat-5.5-doc/config/context.html[/URL] [QUOTE]SUMMARY: The Context element represents a web application, which is run within a particular virtual host. Each web application is based on a Web Application Archive (WAR) file, or a … | |
Re: Merge both those two arrays. | |
Re: [code=vb.net] da.InsertCommand = New OleDbCommand("INSERT INTO Biodata (surname,template) Values (?,?)",connection) da.InsertCommand.CommandType = CommandType.Text da.InsertCommand.Parameters.Add("?", OleDbType.VarChar, 50, "surname") da.InsertCommand.Parameters.Add("?", OleDbType.Binary, template.Size, "template") [/code] | |
Re: Request a web using methods of WebClient (System.Net namespace) or create web service. [URL="http://msdn.microsoft.com/en-us/netframework/aa663324.aspx"]WCF[/URL] | |
Re: Show us your code work. Here is a very good article, [URL="http://blogs.msdn.com/aconrad/archive/2007/12/10/linq-to-rest.aspx"]Linq to REST[/URL] [URL="http://blogs.msdn.com/astoriateam/archive/2007/12/11/linq-to-ado-net-data-services.aspx"]ADO.NET Data Services Team Blog[/URL] [QUOTE]SUMMARY: To query an ADO.NET Data Service from a .NET application, the client library supports constructing queries against remote data services using LINQ. In essence the library provides a strongly typed … | |
Re: Try, [code=c#] stati void Main(string []args) { if(args.length!=4) { Console.WriteLine("Insufficient parameters"); return; } ..... } [/code] | |
Re: Advertisement? [URL="https://www.google.com/adsense"]https://www.google.com/adsense[/URL] | |
Re: Method SetParent() has private or protected access. | |
Re: Welcome pyro_junky, Ask your C-Language question in C forum. Assignment operator = is used to set/assign a value to the variable. [code=cplusplus] x=2; y=3; [/code] | |
Re: Add boolean field to your datasource, [code=vb.net] Dim dt As New DataTable dt.Columns.Add("Test", GetType(Boolean)) dt.Rows.Add(True) dt.Rows.Add(False) DataGridView1.DataSource = dt [/code] | |
Re: Either of them two, you can select any one there is no difference. | |
Re: ubi_ct83, Welcome to the Daniweb. You should have to read this Announcement - [URL="http://www.daniweb.com/forums/announcement8-3.html"]http://www.daniweb.com/forums/announcement8-3.html[/URL] thread. So please read announcement and some sticky threads to understand the rules at daniweb. Source code in your post is messy. Use bb codes tag. Here are some suggestions regarding to your code. 1. No … | |
Re: Welcome Lokth, Show us your code work. [URL="http://www.daniweb.com/forums/announcement118-2.html"]Homework policy[/URL] | |
Re: [URL="http://sourceforge.net/projects/sms-api/"]Open source CLICKATELL SMS API[/URL] [QUOTE]SUMMARY: This class is meant to send SMS messages via the Clickatell gateway and provides support to authenticate to this service and also query for the current account balance. This class use the fopen or CURL module to communicate with the gateway via HTTP/S.[/QUOTE] | |
![]() | |
Re: Harssh, Show us your code work. Please. | |
Re: Read [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. Data-sharing consumer applications can use ADO.NET to connect to these data sources and retrieve, manipulate, and update data.[/QUOTE] And don't miss this … | |
| |
Re: A very good thread at daniweb - [URL="http://www.daniweb.com/forums/thread201807.html"]ddanbe - Memory Buttons[/URL] | |
Re: Try it with your datasource object (DataTable) and also expression columns. For example, [code=c#] DataTable dt=new DataTable(); dt.Columns.Add("Qty",typeof(int)); dt.Columns.Add("Rate", typeof(int)); dt.Columns.Add("Amount", typeof(int), "Qty*Rate"); dt.Rows.Add(2, 2); dt.Rows.Add(2, 3); dt.Rows.Add(6, 5); int total=0; foreach(DataRow v in dt.Rows){ total = total + (int) v[2]; } .... [/code] | |
Re: There are two ways of doing this, 1. The "Right" way [code=jsp] FacesContext ctx = FacesContext.getCurrentInstance(); Application app = ctx.getApplication(); LoginBean lb = (LoginBean)app.createValueBinding("#{login}).getValue(ctx); [/code] 2. Use getExternalContext() on the Faces context which will give you access to the request and session objects directly. | |
Re: You should have to post code of Tag handler. Example, tag handler [code=java] package tg; import javax.servlet.*; import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; import java.io.*; public class TestTag extends TagSupport { String name=""; int no=0; public void setName(String name) { this.name=name;} public String getName() { return name;} public void setNo(int no) { … | |
Re: [code=jsp] <% application.setAttribute("beanName",null); %> [/code] | |
Re: Create an instance of jsp bean with session scope and set value for each field once record after deletion of record in your controller. | |
Re: Try, [code=vb.net] SaveFileDialog1.InitialDirectory = "c:\xyz" SaveFileDialog1.FileName = "p1.txt" SaveFileDialog1.ShowDialog() [/code] | |
Re: An article - [URL="http://www.jot.fm/issues/issue_2008_02/article2/"]Variadic Templates for C++0x[/URL]. [URL="http://www.generic-programming.org/~dgregor/cpp/variadic-templates.html"]Variadic Templates for GCC [/URL] | |
Re: Improper use of an array, [code=cplusplus] pur[count] = x; // Error [/code] Try, [code=cplusplus] while (infile >> x) { if(count2==25) { count2=0; count++; } pur[count][count2]= x; count2++; } [/code] | |
Re: Links, [URL="http://www.c2.com/cgi/wiki?ScriptingLanguage"]Scripting Language[/URL] SUMMARY: [QUOTE]The origin of the term was similar to its meaning in "a movie script tells actors what to do": a scripting language controlled the operation of a normally-interactive program, giving it a sequence of work to do all in one batch.[/QUOTE] [URL="http://en.wikipedia.org/wiki/Scripting_language"]Scripting language[/URL] | |
Re: >sql server does not allow to remote connection. Post your connection string code. [code=vb.net] str="Data Source=.\sqlexpress;Initial Catalog=dbfirst;Integrated Security=True" 'or str="Data Source=.\sqlexpress;Initial Catalog=dbfirst;User id=sa;Password=sa" [/code] Read about MS-Sql server authentication - [URL="http://msdn.microsoft.com/en-us/library/aa905171(SQL.80).aspx"]http://msdn.microsoft.com/en-us/library/aa905171(SQL.80).aspx[/URL] | |
Re: cwarn23, Congratulation for the art-work - A sharp, smooth, smart, and intellegent code work. |
The End.