Web Forms :: How To Integrate JqTransform And Form
Feb 4, 2010How can I use "jqTransform" with an ASP.Net form?[URL]
View 5 RepliesHow can I use "jqTransform" with an ASP.Net form?[URL]
View 5 Repliesi have a web form in my website and my requirement is to access the internet within Asp.net page.i have placed a Panel control in the for and i need to access the internet within the Panel control.
View 1 RepliesI have a scenario where I need to display either image or a flash (i.e. a .swf file) at the same location in my web page. Can i integrate .swf file in <asp:Image> tag? If so how can i do it?
View 2 RepliesWe have an ASP.NET 3.5 website with a PHP forum. The website uses a master page into which we've built some functionality like a menu and an alert banner controlled by the adRotator control. In the forum, I've mimicked the header using html, but everytime we make a change to the master page I have to also update the code in the forum. I can't add the alert banner to the forum at all. We're using a third party menu, but I want to build one using the navigation controls. If i do, what do I do about the forum?
Fow a number of reasons, I'm rewriting the entire site in 4.0. So if there's anything that can be done to better integrate the forum, now would be a good time I guess to try.
There's very little I can do about the code in the forum. It isn't open source. Is there any way at all of wrapping the forum in the master page or a modified master page?
And i want to integrate that sms gateway in in asp.net web form
View 1 RepliesMy university has a PHP website and I am going to develop a .Net project for the university. My question is:
How to integrate my .Net application and .Net forms with PHP website?
I need to use google accounts in my ASP.NET application. Did somebody do it?
View 3 Repliesi have search button in my page i want when user type word in TB and click on search button google search in my website and find that word in my web site and link to the page .
View 1 RepliesI am using ckeditor for asp.net as a editor control . i want to integrate ckfinder control with ckeditor to mange file manger with ckeditor control, i am trying from some days with the documentation provided on ckeditor website but not able to integrate.
View 1 RepliesHow to integrate barcodes into .NET applications using barcode fonts in C#?
View 1 RepliesI am searching for bar code integration code for Asp.net webform. Looking for complete sample source with suggestion of bar code scanner company and model name to integrate.
View 1 RepliesI have an existing asp.net 4.0 web application and want to add a blog to it. I would like to create a new sub-directory and call it "blog". Is there some well suited blogs for this purpose?
View 7 RepliesI have a follow scenario:SERVER 1 - IIS6 ASP.NET Web Application with Forms Authentication on Active DirectorySERVER 2 - SQL SERVER Databaseow i can integrate the security of ASP.NET Forms Authentication with AD for SQL Server?My objective is use Forms AD authentication and integrate the user authenticated for get data profile
View 3 RepliesI am trying to integrate the jQuery FullCalendar to a new Web forms application. I am new to jQuery so need a bit of help to set this up. Full Calendar link - [URL] I have found a tutorial using MVC - [URL] But i am using Web forms,
View 12 RepliesI want to integrate the Gridview control to treeview like by when user click + that will display the gridview control in treeview control
View 1 RepliesFollowing below is code to integrate with voice pay
<form action="https://secure.voice-pay.com/gateway/remote" method="post">
<input type="hidden" name="auth_id" value="" /> // our ID
<input type="hidden" name="auth_pass" value="" /> // our Password
<input type="hidden" name="card_num" value="4000000000000002" />
<input type="hidden" name="card_cvv" value="123" />
<input type="hidden" name="card_expiry" value="0112" />
<input type="hidden" name="cust_name" value="Testing" />
<input type="hidden" name="cust_address" value="sss" />
<input type="hidden" name="cust_country" value="GB" />
<input type="hidden" name="cust_ip" value="123.45.67.89" />
<input type="hidden" name="cust_email" value="test@test.com" />
<input type="hidden" name="tran_ref" value="1" />
<input type="hidden" name="tran_amount" value="9.99" />
<input type="hidden" name="tran_currency" value="GBP" />
<input type="hidden" name="tran_testmode" value="1" />
<input type="hidden" name="tran_type" value="Sale" />
<input type="hidden" name="tran_class" value="MoTo" />
<input type="submit" value="Buy Now" />
</form>
This page is hosted at Secure server(HTTPS) and our secure server's IP address is added in our voice pay account's whitelist.
I got response: V|99E4C999018|000|V226|Invalid request
now support people said that:
" This request came from IP address 123.45.67.89 - which is not in your list of allowed IP addresses.
This is your browser IP address, not the server IP address.
The request is being submitted by the users browser, rather than being sent from the server. "
According to them, The request must come from a server, where as i have not written code for sending request from browser not from the server.
I have many reports built in BIDS or report builder 2.0. I have uploaded all reports in the reporting server. I want to integrate alkl reports into one report. I wanted to use subreport option. But i am not able to browse to find other reports. It says that the subreports for a report must to uploaded to the server. But i have already uploaded all reports to server. What to do?
View 1 RepliesHow can i integrate social networking at web site.
View 1 Replies"How to Integrate a CMS with an existing website". I have a prebuild asp.net website now i want to integrate a CMS thing with the website so that on the production floor, the admin of the website can add, edit, delete web pages according to his will without the involvement of a developer.
View 1 Repliesim developing a web application that depends on video and audio conferencing,and i want to use an API or some tool to integrate it with my system,wonderin what is the most common easy tool used for this kind of web applications?
View 2 RepliesI want to integrate the gridview to tree view like gridview inside the tree view.. by clicking the +,it has to display the gridview control using tree view control..
View 1 Replieshow can i integrate my databse for contact page into the masterpage
View 2 RepliesFor Adverstiment purpose I want to integrate my poral site which is developed by ASP.Net Platform in social networks like (facebook,twitter,Orkut).
View 1 RepliesIm developing ecommerce website and i want to add category menu to my website. This category menu should have 2 levels for sub categories as well. I tried navigation controls in ASP.net. But still i cant understand how to create the navigation menu in order to integrate with back office. I understand that i can do this with XML file, But if i want to add new products categories or remove categories, XML file should update automatically according to that. I don't understand how to do that. In brief all i want is create category menu with subcategories and i want to control this from my back office.
View 1 RepliesI have Master Page and ascx user controls in my application.
how would I use the Cross-Page technique using the @ PreviousPageType directive.
useful links or samples to achieve this.
I am trying to use the Page class that exposes a property named PreviousPage from my User Control.