Forum: ASP.NET May 15th, 2009 |
| Replies: 3 Views: 775 Always welcome friend...You can contact me at [email removed] for any help ...
Please post a comment for the post if u really like it and if you have time to do..
Thnx in advance |
Forum: ASP.NET May 15th, 2009 |
| Replies: 4 Views: 11,748 Hi friend...I have been into this SMS gate way stuff ..I used many sms gateways like OZEKI ,Mcore etc. ...But the problem is all of them are paid softwares and so it does have limitations.So i tried... |
Forum: ASP.NET May 15th, 2009 |
| Replies: 2 Views: 3,615 Yeah if u are using C#.net then you can check whether the checkbox is checked or not by the below line of code
CheckBoxList ch=New CheckBoxList()
ch=... |
Forum: ASP.NET May 15th, 2009 |
| Replies: 4 Views: 1,731 <asp:buttonfield buttontype="Button" commandname="edit" text="Edit"/>
See this line...The command name of the button field is given as 'edit' which is reserved for performing edit option ..so... |
Forum: ASP.NET May 15th, 2009 |
| Replies: 4 Views: 1,731 The command name of the button field might be 'edit' .. just check out |
Forum: ASP.NET May 15th, 2009 |
| Replies: 3 Views: 389 |
Forum: ASP.NET May 15th, 2009 |
| Replies: 3 Views: 775 Hi friend...I have been into this SMS gate way stuff ..I used many sms gateways like OZEKI ,Mcore etc. ...But the problem is all of them are paid softwares and so it does have limitations.So i tried... |
Forum: ASP.NET May 15th, 2009 |
| Replies: 5 Views: 1,135 It returns the physical path of the file or directory from the virtual path. As we setup a site in a remote server we don't have access to the server root path of our site in case of shared hosting.... |
Forum: ASP.NET May 15th, 2009 |
| Replies: 5 Views: 1,135 The MapPath method maps the specified relative or virtual path to the corresponding physical directory on the server. |
Forum: ASP.NET Apr 27th, 2009 |
| Replies: 6 Views: 432 If IIS is installed properly,to run an application or a website in it,you need to configure the application in IIS.go to control panel>Administrative tools>IIS > ..see the left panel.....Take... |