Web Forms :: Webpage Shows DSL Modem Configure Wizard?
Jul 28, 2010
I have a new account with no-ip.com with Dynamic DNS Update Clients installed in my pc. my url is [URL] when ever i enter this ip in browser it shows me my modem dsl router setup page.. i need to show my webpage which is in IIS. For local it would be like this: [URL] i need to show this webpage [URL] (all over the world if user enter)-> [URL] So how to Achieve this.
View 1 Replies
Similar Messages:
May 18, 2010
When i open the The Configure Data Source wizard, the "Specify columns from a table or view" shows gray, I cannot choose it. How can I do it.
View 4 Replies
Mar 20, 2011
visual studio: 2010
Database: oracle 11g r2
i'm using visual studio data set designer to create a typed dataset and I want the dataset to use Oracle stored procedures to query, update, and delete to the database. Query a view, update to a table, and delete a row from a table. This typed dataset will be the datasource for a gridview. In the grid view I want to display some information from the database and be able to update and delete. I was able to display what I wanted to the gridview using the typed dataset which used a Oracle stored procedure.
However, now I want to run a Oracle stored procedure to do an update but I'm not sure how to pass the required parameters to my stored procedure. error i got trying to configure the datasets tableadapter to use my oracle stored procedure as the update, not sure if this is the problem i'm having screen shot of the objectdatasource that brings together dataset and gridview
stored procedure for updating
PROCEDURE "update_config_magic"
(times_to_repeat_in IN NUMBER,
account_num_in IN NUMBER,
spell_num_in IN NUMBER
)
IS
PRAGMA AUTONOMOUS_TRANSACTION;
BEGIN
UPDATE user_train_config_magic
SET timestorepeat = times_to_repeat_in
WHERE user_train_config_magic.account_num = account_num_in AND
user_train_config_magic.SPELL_NUM = spell_num_in;
COMMIT;
END "update_config_magic";
View 4 Replies
Mar 14, 2010
I have created a webpage in Microsoft Expression using a Masterpage.
All my page' are .ASPX
So when I upload the website and try to see it, it only show the code!
It works perfect when i preview the website on my laptop
View 2 Replies
Apr 11, 2014
I am using localhost for running my current web application on Visual Studio 2010 but want to configure IIS server 6.0 for implement website.
View 1 Replies
Dec 27, 2010
I have developed a web project using PowerBuilder V12.0 and it is published in ASP.net web file formats (*.aspx).
I have hosted my web project on a web server machine with operating system (Windows Server 2003-Enterprise Edition) and IIS V6.0 as Web Server Hosting Application.
I would like to make the home page (Default.aspx) opened maximized so that no internet toolbars appears in the Internet Explorere or any other internet browser like Firefox and so on.
It seems this is a web server configuration and setting as now I host the same web application in two development web servers and it opens maximized in one of them and opens normal in the other so No changes are needed in the web project files.
I do not know exactly what is this option or configuration,, Is there a property like window size or width and height in web configuration files like web.config and machine.config ? I guess there is a property like WindowSize:Maximized.
View 1 Replies
Sep 17, 2010
there are many samples for sending sms from application through GSM modem.is it possible to send email through GPRS activated sim to others. is there any application regarding this developed in c# asp.net.
View 3 Replies
Mar 16, 2010
I am developing an ASP.NET web page for sending sms using gsm modem. I have connected my phone using data cable to my PC.What are all the other requirements needed?I need to write vb.net code in code behind file to send SMS Using GSM Modem. What steps do i take to develop my web page for it.
View 2 Replies
Jun 12, 2010
Is it possible to detect GSM mobile (any kind) which connectedthrough serial port to computer and then be able to send SMS throughthis mobile phone to other mobile phones from asp.net website running under iis(only 1 system), could anyone help me and guideme, I wrote a program which could open COM port but still couldn't
detect mobile phone and send SMS through it.
View 1 Replies
Mar 9, 2010
I am using following code to get name of the modem from my local PC
[Code]....
But My problem it is giving all the name of the modem which was connected to my PC before, I need only active connected modem. How can I achive this.
View 1 Replies
Jan 27, 2011
I wanted to send and receive SMS from my application, as of the need i bought a Wavecom GSM Modem. I also downloaded ActiveXperts Toolkit for communicating with GSM Modem, i can be able to send SMS through the GSM Modem. have problem with receiving SMS.
View 3 Replies
Jul 14, 2010
I am trying to use wizard in an update panel but the wizard is disappearing when I click for the next or prev step button. I only want to close wizard , when I click the finish button. How can I do this ?
View 1 Replies
Dec 17, 2010
I am working on a financial portal and I am having a problem..I don;t know what to call it so i mentioned it as an 'unknown to me' problem..I have a webpage..whenever I click on any button on my webpage, the request goes through..but nothing show up on the webpage..then If I click on another link and then again come back to previous link,then only I see the results of button_click..
e.g.
I have a currency conversion and investment form..so after filling up the form in following way and if I click on "INVEST" then nothing shows up..
so now if i click on any other link and go back to 'buy currency' link I see the result as 'investment successful'
View 3 Replies
Apr 24, 2010
I developed an application form which includes some textboxes for input. When the user click on the button the following tasks has to be done.
1) If page is valid all data should be stored in database
2) A new webform should appear on the same window and the some content of the application form should be displayed in it.
3) When clicking on browser back button it should not post back to previous page.....
I did the first task..and i don't know the code for the remaining tasks. Here is some information
.aspx button control code
[code]....
I opened new webform by using Response.Redirect ("submit.aspx"). Where submit.aspx is the form to be opened after data stored upon the button click in application form.
View 9 Replies
Jan 31, 2010
Here's the code snippet:
[Code]....
When I look at the master page in VWD, I can see the logo image. When I hit F5 to view in the browser, I don't see anything but a square with an X where the image should be. I've checked my path of the image by looking at its properties, and it is correct. The path to the image is "C:BalloonShopImages". In VWD, "C:BalloonShop" is my root/project directory. I also have the Images folder added to my project.
View 4 Replies
Aug 4, 2010
I have a detailsview with a checkboxlist
[Code]....
As you can see, it is populated by a method. This method checks whether the item is checked or not (when updating the data shown in the detailsview)
[Code]....
Now when I click the update button, the button that triggers the itemupdating event, I delete all links in the database connected to that record, loop through all my checkboxlists and insert the ones that are checked:
[Code]....
The problem however is in this line:
[Code]....
For some reason the items are counted double and I cannot find the reason for that. Dividing it by two does solve it but it would be nicer to understand why it does that.(And if there would be a better way to loop through all the controls to find all checkboxes.
View 2 Replies
Mar 18, 2011
I have a dropdown list in a FormView that sends data to an MSSQL database (works fine)On submitting the form I need to redirect to a different page if the value in the dropdown list is = 2Here is my code which I am having difficulty getting rightI have made bold the problem, I have tried "2" - '2' still get the convert type error: I have tried many other solutions, cannot get rid of the error.
DownList marital = (DropDownList)Clientapp.Row.FindControl("marital");
if (marital.Text = 2)
{
Response.Redirect("URL");
}
[code]...
View 5 Replies
Mar 13, 2011
I need to create asp.net web application in which i have to show Calendar that displays all months of year with Navigation buttons like Next, Previous to move on next years months. Is there ficibility to modify asp.net calendar control to show all months of a year?
View 3 Replies
Feb 8, 2011
create a website, it shows the count of the table in C#?he webpage looks like below: Pending: 45
View 7 Replies
Jul 13, 2010
Why does my aspnet_Applications table show two apps? Does anyone know why this would be and if it makes any difference?
View 4 Replies
Apr 22, 2010
When i click a button(button1) i want a table (Tblstats) to show.
View 9 Replies
Apr 22, 2010
I have a button (btn1) and a table(Table1).At the moment in the load of the page is: table1.visible =falseIve tried putting in the button: table1.visible but it comes up with the blue line attached to the error: "property access must assign to the property or use its value"
View 4 Replies
Feb 21, 2011
use multiple sitemaps by roles in asp.net, how do i configure multiple sitemaps in web.config and how to provide sitemap path when user logs in.
e.g: if customer logs then it should take path of Cust.Sitemap, if Admin logs then it should take path of Admin.Sitemap
View 4 Replies
Jun 16, 2010
I just purchased a premium Windows hosting account from 1&1. I wish to host my site on there. I have been working on it for quite some time.
The most important part of my website is Authentication, and I cannot get my database to work.
I need to get my site to be able to connect to E:BlahBlahBlahApp_DataASPNETDB.mdf. It is SQL Server 2005. And yes, my hosting package supports it. I have a database set up. Would I need to configure my database to read the .mdf? Or is there a special connection string for files.
View 16 Replies
Mar 24, 2010
tried uploading themes,skins,css and master page files to be used by a page where it dynamically sets all of these at runtime? Also, if possible skin to contain other than styles like web layout (normally set in a master page)...
View 7 Replies