82 Posted Topics
Re: Create dynamic textbox in repeater, and try it... foreach (RepeaterItem item in Repeater1.Items) { // Find Textbox from repeater and save to database. } | |
Re: I think Apple Pay is the most innovative and best feature in the upcoming iPhone 6 and 6 Plus. Using this feature, you can do payments at several outlets with simple procedures. | |
Re: Try "PDFsharp". PDFsharp is a .NET library which easily creates and processes PDF documents on the fly from any .NET language. | |
Re: Right Choice, Abners. Mac is better than Windows in many perspective. | |
Re: Thanks for sharing the information regarding calculating the date difference. It was very useful. | |
Re: Apple only has a software development kit available for Macs. If any other kits include those that support windows are made by a third-party, and therefore app made from them will not be valid because of a new rule in the developer agreement. | |
Re: You can find plenty of online softwares to convert your HTML code into PDF. | |
Re: There is nothing wrong with your script, may be it's not working with the dropdownbox with OnSelectedIndexChanged. | |
Re: CakePHP is an open-source web application framework to develop web apps. It is a basic structure for deploying and maintaining web applications. | |
Re: I tried the way it was explained by quasipickle, but it didn't work. | |
Re: It's begins with "<!--", ends with "-->", and does not contain "--" or ">" anywhere in the comment. Example: * <!-- This is a comment. → ![]() | |
Re: According to me, Javascript would be a better option. ![]() | |
Re: Thanks for providing the code, it helped me in transferring my project from VB.Net to Asp.Net. | |
Re: Read this post and its comments, surely you will get the solution. http://chris-barr.com/2010/05/scrolling_a_overflowauto_element_on_a_touch_screen_device/ | |
Re: Hi, I have never heard of skinfiles before. Can you please share some information regarding skinfiles and what's the purpose of using them? | |
Re: Thanks sknake for sharing the code for establishing a connection between SQL Server and Asp.Net. | |
Re: I think LastMitch is right as your “Key” is not specified properly. Please specify your key within the code LastMitch has suggested. | |
Re: I suggest you to go with Indian website development company. | |
Re: Here is an example MailMessage mailMessage = new MailMessage(new MailAddress("sender@email.com", "Sender Name"), new MailAddress("email@email.com")); mailMessage.Subject = "Some subject"; mailMessage.Body = msg; mailMessage.IsBodyHtml = true; SmtpClient smtpClient = new SmtpClient(); smtpClient.Send(mailMessage); Setup configuration in web.config <system.net> <mailSettings> <smtp> <network host="mail.email.com" port="587" userName="user@email.com" password="xxxx" /> </smtp> </mailSettings> | |
Re: use this code in ur query string qry = "insert into table_test(datefield)values(getdate())"; | |
Re: I checked this link in my iPhone; it's working fine. | |
Re: $name is a variable while $$name is a reference variable. | |
Re: XHTML is a markup language written in XML; therefore, it is an XML application and i like XHTML | |
Re: Setting the authentication mode to Windows may solve your problem. | |
Re: Can you please mention your code for all the three dropdownlists? | |
Re: All the details included within the form just looks fine, depending on the requirement to develop an invoice system. | |
![]() | Re: I think you have to start with C & C++. ![]() |
Re: Thanks for your suggestion... My friend is thinking to start learning PHP; I will recommend this book to him. | |
Re: Your issue is the resources but not the code, can you please verify all the resources that you are using for the project. | |
Re: Can you please provide me your code, so that I can check it and try to rectify your issue. | |
Re: Ggamble is right as the datagrid is populated after selecting the dropdown box. Your datagrid should populate within the selectedindexchange event of dropdownbox. | |
Re: It doesn't look anything wrong in your code and it also works fine in my webform. It's hard to figure out the issue. | |
Re: Have you tried the inbuilt validators within Asp.Net? | |
Re: If it already exists in your table, that means the record has been duplicated. First remove the duplicacy issue. | |
Re: I am not sure about that, but I think return through a call by reference consumes less time. | |
Re: free() is a macro which is used to deallocate memory. When we need more memory realoc() reallocate memory according to given size. | |
Re: Some tools available which allow to develop mobile application in multi-platform, but it is not as effective as native apps. | |
Re: Check out following link which contain proper information about how to run the interactive PHP shell from the command line interface... http://stackoverflow.com/questions/9520090/how-to-execute-php-code-from-the-command-line | |
Re: You need to refer some good tutorial on CSS for different tags like <p> and <div>. It can guide you regarding all such tags. | |
Re: It is very difficult to provide a well suited solution for you as you have not shared your relevant code. Please provide the relevant code. | |
Re: Check out given link, which contains a list of PHP errors. http://careerride.com/PHP-types-errors.aspx | |
Re: Here, I shared a link which contains step by step information about how to install PHP in the system. http://www.php.net/manual/en/install.windows.manual.php | |
Re: Main noticeable difference between ASP & ASP.NET is ASP is a script language (i.e. VBScript), and ASP.NET is a web formulation of a Compiled Language (i.e. VB, C#, J#, C++) | |
Re: It's good that your problem is solved, but make sure to provide the sample code if any issue occurs again. | |
Re: ASP stands for Active Server Pages and it was used earlier for web development, Asp.Net is a complete framework which is currently used for developing complex websites. | |
Re: Try to use file_get_contents. Make sure to put the full logo path. such as http://www.domain.com/folder/logoname.extension | |
Re: Will it be possible to transfer data from web application to windows application ? | |
Re: Can you please share the update query that you are using for updating the attendance sheet. |
The End.