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

82 Posted Topics

Member Avatar for rpv_sen

Create dynamic textbox in repeater, and try it... foreach (RepeaterItem item in Repeater1.Items) { // Find Textbox from repeater and save to database. }

Member Avatar for Bhuvaneswari_1
0
2K
Member Avatar for adamhmiles

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.

Member Avatar for Cbgttyu
0
401
Member Avatar for uri3000

Try "PDFsharp". PDFsharp is a .NET library which easily creates and processes PDF documents on the fly from any .NET language.

Member Avatar for jmind123
0
541
Member Avatar for Abners
Member Avatar for techtrendsit
0
321
Member Avatar for divyakrishnan

Thanks for sharing the information regarding calculating the date difference. It was very useful.

Member Avatar for AMBIgainathan
0
3K
Member Avatar for MasterHacker110

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.

Member Avatar for SalmiSoft
0
329
Member Avatar for aerian
Member Avatar for Bessemer
0
2K
Member Avatar for mitesh.24jain

There is nothing wrong with your script, may be it's not working with the dropdownbox with OnSelectedIndexChanged.

Member Avatar for Joao_2
0
489
Member Avatar for noahwilson

CakePHP is an open-source web application framework to develop web apps. It is a basic structure for deploying and maintaining web applications.

Member Avatar for Indians
-2
269
Member Avatar for simirnov
Member Avatar for sushants
Re: HTML

It's begins with "<!--", ends with "-->", and does not contain "--" or ">" anywhere in the comment. Example: * <!-- This is a comment. →

Member Avatar for diafol
-6
415
Member Avatar for furlanut
Member Avatar for diafol
0
319
Member Avatar for eakaglo

Thanks for providing the code, it helped me in transferring my project from VB.Net to Asp.Net.

Member Avatar for arun1123
1
3K
Member Avatar for GlenRogers

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/

Member Avatar for GlenRogers
0
113
Member Avatar for hirenpatel53

Hi, I have never heard of skinfiles before. Can you please share some information regarding skinfiles and what's the purpose of using them?

Member Avatar for BMXDad
-1
511
Member Avatar for RekaRajagopal

Thanks sknake for sharing the code for establishing a connection between SQL Server and Asp.Net.

Member Avatar for BMXDad
0
972
Member Avatar for soft_coder

I think LastMitch is right as your “Key” is not specified properly. Please specify your key within the code LastMitch has suggested.

Member Avatar for davidkroj
0
197
Member Avatar for tom_benton
Member Avatar for raajsj

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>

Member Avatar for raajsj
0
248
Member Avatar for skliz

use this code in ur query string qry = "insert into table_test(datefield)values(getdate())";

Member Avatar for annaharris
0
214
Member Avatar for unikorndesigns
Member Avatar for jasminjew
Member Avatar for furalise

XHTML is a markup language written in XML; therefore, it is an XML application and i like XHTML

Member Avatar for furalise
0
258
Member Avatar for christopher.baker.969952
Member Avatar for rms095
Member Avatar for hachemal

All the details included within the form just looks fine, depending on the requirement to develop an invoice system.

Member Avatar for hachemal
0
288
Member Avatar for napninjanx
Member Avatar for McLaren

Thanks for your suggestion... My friend is thinking to start learning PHP; I will recommend this book to him.

Member Avatar for McLaren
0
252
Member Avatar for jonny22
Member Avatar for maxpaine69

Your issue is the resources but not the code, can you please verify all the resources that you are using for the project.

Member Avatar for maxpaine69
0
222
Member Avatar for riteshsingh_22

Can you please provide me your code, so that I can check it and try to rectify your issue.

Member Avatar for annaharris
0
334
Member Avatar for NyQii

Ggamble is right as the datagrid is populated after selecting the dropdown box. Your datagrid should populate within the selectedindexchange event of dropdownbox.

Member Avatar for annaharris
0
163
Member Avatar for Black_Lion

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.

Member Avatar for annaharris
0
190
Member Avatar for coder91
Member Avatar for coder91

If it already exists in your table, that means the record has been duplicated. First remove the duplicacy issue.

Member Avatar for annaharris
0
139
Member Avatar for wplay
Member Avatar for maml
Member Avatar for annaharris
0
389
Member Avatar for sushants

free() is a macro which is used to deallocate memory. When we need more memory realoc() reallocate memory according to given size.

Member Avatar for deceptikon
0
162
Member Avatar for coolrosy

Some tools available which allow to develop mobile application in multi-platform, but it is not as effective as native apps.

Member Avatar for annaharris
0
97
Member Avatar for mohammed.ismail

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

Member Avatar for annaharris
0
101
Member Avatar for kumar89hitesh

You need to refer some good tutorial on CSS for different tags like <p> and <div>. It can guide you regarding all such tags.

Member Avatar for annaharris
0
163
Member Avatar for kumar89hitesh

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.

Member Avatar for annaharris
0
174
Member Avatar for chrispitt

Check out given link, which contains a list of PHP errors. http://careerride.com/PHP-types-errors.aspx

Member Avatar for jkon
0
243
Member Avatar for mr.unknown
Re: php

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

Member Avatar for jkon
0
256
Member Avatar for farheen

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++)

Member Avatar for annaharris
0
1K
Member Avatar for NyQii

It's good that your problem is solved, but make sure to provide the sample code if any issue occurs again.

Member Avatar for annaharris
0
2K
Member Avatar for chrispitt

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.

Member Avatar for BMXDad
0
343
Member Avatar for dbalas

Try to use file_get_contents. Make sure to put the full logo path. such as http://www.domain.com/folder/logoname.extension

Member Avatar for paulkd
0
498
Member Avatar for yibrahim
Member Avatar for de Source

Can you please share the update query that you are using for updating the attendance sheet.

Member Avatar for annaharris
0
175

The End.