Activate Ssl On Webpage
Feb 7, 2011Just wondering does anyone know how to set up ssl on a web page. Do you have to pay for it or is there a way to do it for free?
View 1 RepliesJust wondering does anyone know how to set up ssl on a web page. Do you have to pay for it or is there a way to do it for free?
View 1 RepliesI am new to .net and wanted to know how to activate stack tracing in .net?
View 3 RepliesHow to activate a specific TabPanel in TabContainer from code behind? I tried the following but it doesn't change activate the tab.
[Code]....
I'm using membership provider (SQL) in my application. How do I set to de-activate user account automatically after a period not being used by the users?
View 4 Replieshow to activate the user after registration by sending link to email , from that user go to activated page .
View 1 RepliesI am able to update two panels from one button click, Added updateprogress on both panels and on button click it shows the "Loading" icon. But how if I want to icon to show up if user clicks another button which is not part of updatepanel?
I am attaching the code.. in the code I have a button "Show CD Info". When user clicks this button, I load a GridView on the left (Grid Panel) and a simple labels on the right (View Panel) that shows the first record. During the load, user see the Loading icon.
Also, user can click "Refresh Grid" button to refresh ONLY the grid. "Clear" button to clear the labels on the View panel on the right. To accomplish this I have added triggers on Grid Panel
[Code]....
and on View Panel
[Code]....
This code ajaxify my requirement but how to show the progress icon when I click Refresh or Clear buttons?
Here is the code (.aspx):
[Code]....
and (code behind .c#)
[Code]....
let me know how to activate the same progress icon from two buttons?
I have a website on IIS 7. This website has a HttpModule with an AuthorizeRequest event handler. This event does not fire for CSV files and I can access the file without logging in, I guess this is because IIS7 is not configured to require form autentication for CSV files.
View 2 RepliesI have a DDL that has 5 options in it. Based on the options a different query is run and bound to
a detailsview. At this point the DDl does not fire the query.
Here's the DDl from the page and the code behind
[Code]....
I want to activate sub tab panel from main tab panel. The tab order is in following . So I want to Activate sub panel2 in tab container 2 from main panel 1 in tab container 1 using java script.
Tab container
Main Panel1 Main Panel 2
Tab container 2
Sub panel1 Sub panel 2
Let me start by saying that I inherited this application and have always struggled make changes to it.I am trying to add a checkbox to a form that when selected would activate a textbox and write the value to .ini file. Here is my code and any help would be greatly appreciated.
[code]...
I am using a javascript to zoom an image on my asp.net web page. I want to put 2 buttons on it like "Zoom" "Cancel Zoom" and accordingly activate/deactivate the javascript functionality. Right now I have a css class on which the javascript operated to produces the zoom effect. The image is like:
<a id="big" href="source of image" class"classforzoom">
<img id="small" src="some small image on page" />
</a>
[code]...
i want to use activation link, as when user registered itself, i'll send activation link on his mail-id, and when he click that activation link, then his account will actived...?
View 1 RepliesDoing an activation link that the user will press to activate an account. What i wanted to ask is, the link will go to a page and it will hit the sql server to find out if it's valid.Now what i'm afraid of is that some boot can send thousands of get's in the page, forcing the sql to be active with useless data. So is there a way to protect against this? I was thinking the "lock ip" trick i did to stop users trying to log in to a site many times. Any other suggestions are welcome. Some other think also.I use a try catch in case of a get with not or wrong data.Will this affect the site in general? I mean i don't really care if someone post an invalid get and wait for the try catch, but does this affect the performance of the site in general or a session takes the memory by default and ignore any try catching that s stalling the page.
View 6 RepliesI know this is a simple question. How do I activate the toolbar with the Wesite option? For example, I want to select Website -> Add New Item.
View 1 RepliesI have two connection strings (both in Web.Config: CS_Local and CS_Production) for my DBML (Linq to SQL). In my Global.Asax/Application_Start I run some production preparation methods if the request is non-local (!HttpContext.Current.Request.IsLocal). Within that part, I'd also like to change the current connection string used by my DBML from the standard CS_Local to CS_Production.
View 1 RepliesIn the first Page_Load, I am activating a javascript function to make an ImageButton change between 2 images with an interval.
This works fine.
Now when pressing this imagebutton, the Page_Load event will fire the second time and all this is happening in an updatepanel which means a partial postback.
The question is how to execute the javascript function stopbk() in the Page_Load event in this scenario as I cant just put it in the "Onload". How can I make that work?
Code is below:
[Code]....
i want to know how to activate modal popup extender only on some condition and that to on button click
eg:-if(a==10)
{
activate modal pop up
}
I have a panel which is of a fixed size and in the panel I have a hyperlink. How can I make it so the user can click anywhere in the panel to activate the hyperlink click?
View 9 RepliesI work with an ASP.NET application and the standard Membership ASP.NET database to register user.
Could it be possible to explain or to give examples how to program the system to work with a confirmation mail so that the user need to click on the link to activate his account?I would like to do this to avoid SPAMMERS
I have a main page, when i click a button, appear another window. When i close the another window, i wanna make one loop for fill my fields in the main page. How i can do that? Activate some event or something like that?
View 2 RepliesI am not trying to activate an event or run a subroutine from a control from the masterpage, I am trying to activate or run from VB codebehind of the master page.
I have a button in a content page with a particular .click even that I want to activate from the masterpage codegehind periodically.
Also, how do I access or run a subroutine in a content page from codebehind in a master page.
I have been trying really hard to activate and launch a COM object using an ASP.NET web application. The aspx website has a code-behind file that has a reference to this COM object (which is an actual application -a CAD software). When required, the VB code creates (or launches) the application.
The complete set-up works in a Win-XP (32-bit) environment both under debugging using visual studio and when the website is accessed by an outside user (through IIS server in XP). But the same application doesn't get activated when it is hosted onto the Win-2003 (32-bit) IIS server. I get "Object reference not set to an instance of an object" error.
The way I have setup in Win-XP was to grant ASP user and Internet guest user permissions to the COM object in the DCOM Config and since the windows firewall is enabled, I add the exe file (associated with the COM object) to the exception list. For the case of Win-2003 server, I add the Network Service permission to the COM object. But the setup doesn't seem to work at all. I am not sure what I am missing and how to get the application to launch.
I am collecting user data using 3 detailsView, dv1,dv2, and dv3 each connected to sqldatasource , ds1,ds2,ds3. I would like the user to click one button(InsertBtn) and add all the data entered in each detailsview. I added
ds1.insert();
ds2.insert();
ds3.insert();
to OnClick event of InsertBtn. But the data does not get inserted...?? How can I make the user click one button and add the datas in each detalsView to database..???
I have a button that is inside of an updatepanel, I want it so that whenever the user clicks on the button it would update items in the updatepanel and after that it would activate the animationextender but I can't do that as of now because on the button I have OnClientClick="return false;".
View 3 RepliesI have a checkbox on my page that must be ticked and to validate it I am using a custom method as below. The problem is that I now put the checkbox and method within a Create User Wizard custom tempalte and when I submit the form it does not activate the validation check. If I put a normal button on the page outside the tempalte it works. Not sure If I a missing something. Perhaps I can activate it in Created User Event handler in code behind. All Button in my create user Event.
<asp:Button
ID="StepNextButton"
runat="server"
CommandName="MoveNext"
OnClientClick="ShowMP();"
align="middle"
CausesValidation="True"
Text="Submit
my Profile"
/>
aspx
<asp:CheckBox ID="Terms" runat="server" />
<asp:CustomValidator ID="valTandCs" ClientValidationFunction="ValidateTandCs" runat="server" ErrorMessage="Please accept Terms and Conditions before submitting."></asp:CustomValidator>
Javascript
<script language="javascript" type="text/javascript">
function ValidateTandCs(source, args)
{
args.IsValid = document.getElementById('<%= Terms.ClientID %>').checked;
}
</script>