Topics
-
-
- Administrators
- 2 replies
- 4.6k views
I use the code below to send invitations from my web calendar to other web users. I invitations get very good to outlook users and outlook web version, they have the accept and deny buttons and so on. And the message is in the mail body too. The problem that when I send it to Gmail users, the invitation only appear as attachment, there is no "accept" or deny buttons and so on. In the message body there is only the html I send as "description". Can I send this invitations from my dot net web page and make it appear the same in Gmail and outlook? i tried for houes every thing i know with out success... does any body have idea? Thanks. my code- Public Share…
Last reply by yaniv, -
-
-
- Administrators
- 6 replies
- 3.7k views
How can I download data from Adobe Flash into vb.net?
Last reply by rbulph, -
-
- 1 reply
- 1.8k views
Hello, I've been away from .Net developping for like 6 years, coming back and I had to create a chart, I was really pleased to see this control, but the way it works is kinda annoying, anyway, look at this picture : [ATTACH]5759._xfImport[/ATTACH] These are two charts, both the same one, the only difference is their width and height, but as you can see, on the smaller on, the labels are unaligned. At first I had the same problem with the bigger one, but increasing the distance between the from and to points when including the customlabel fixed it, however the same trick doesn't seem to be working for the smaller one. The points are added this way (these are random p…
Last reply by Shurikn, -
-
- Administrators
- 2 replies
- 1.4k views
i have a page that sends to a webapi via WebClient which has a DateTime value as one of the parameter, for some reason after serializing it with JavaScriptSerializer it takes -8 out of the value here's what i tested in C# public class MyParam { public string param1 { get; set; } public DateTime param2 { get; set; } } JavaScriptSerializer serializer = new JavaScriptSerializer(); string json = serializer.Serialize(param); // param = MyParam json = serializer.Serialize(json); MyParam test = serializer.Deserialize<MyParam>(json); // less 8 hours of original value
Last reply by lamy, -
-
- 5 replies
- 19.3k views
Just started with ASP .NET this Saturday and it was the most frustrating experience I ever had. I went to bed Saturday, completely demoralized with the feeling that I had never coded on my life. Really frustrating... Anyway, after 2 full days of bumping the head I managed to setup the website's main structure, I'm now struggling on how to achieve these basic things (well I guess point 3 is not that basic): 1 - How can I make the DIV's height fill the browser's available space? I know that setting the DIV to 100% means it will re-size of the div based on the controls within it. So, do I need to code it? How can I get the webpage's height to compute the DIV's height? …
Last reply by mandelbrot, -
- 3 replies
- 3.4k views
Hi EveryOne, Anybody can help me to convert the vb6 drawing to vb.net? i will attach the source code as well, pls help me. Thx 3DTube4.zip
Last reply by betty, -
- 3 replies
- 2.9k views
Hi xtreme.net people! I'm new here and I would like to get some great advises from you guys. I've been working with VB.Net for quite a long time now but I rarely have chance to get my hands on ASP.Net. With that said, I can say that I am still an amateur when it comes to ASP.Net. Thus, I'd like to get as many advises as I can when it comes to learning and exploring ASP.Net. I already know the basic stuffs but to make sure, I want to know the standard process in creating a professional asp.net website as well. Thanks in advance! Looking forward to your answers.
Last reply by betty, -
-
- Administrators
- 13 replies
- 97.7k views
Hi All, In one the intranet sites which I have developed, i'm creating an excel file from C#.Net 2005-ASP.NET 2.0 application. In my local machine which runs on Windows XP the application works perfectly, but when I try to run the application in windows 2008 server machine it throws an exception. 'Exception from HRESULT: 0x800A03EC' What is running in the windows 2008 server machine is the published version of my application. I have all the required dlls and other application dependency files in the bin folder including Interop.Excel.dll and Interop.Microsoft.Office.Core.dll. The windows 2008 server machine has MS Office 2003 version installed…
Last reply by PatrickMoe, -
-
- 0 replies
- 2k views
Hi, I'd like to send SMS messages from a database to my customers. I found this tip at http://www.ozekisms.com/index.php?owpn=400 and I'd like to know if it's relevant to my project. One of the options you can choose to add SMS functionality to your ASP project is to use an SQL SMS gateway architecture. In this architecture, the ASP enabled website uses a database server (Microsoft SQL Server, Oracle or MySQL) for data storage. To add SMS functionality in this case all you have to do is create two database tables, one for sending SMS messages and one for receiving SMS, in the database server and use these tables in an SQL SMS Gateway configuration. In this case the S…
Last reply by maxh69, -
- 0 replies
- 3.1k views
I am trying to build a Web Application using Visual Studio 2005 and C# 2005. I need to accept a date in a particular textbox. I tried to use AJAX Calendar Extender for the purpose. I have added AJAX Script Manager and CalendarExtender controls to the webpage and set the TargetControlId of CalendarExtender to the proper textbox id. But when I display the webpage (using Debug -> Start Without Debugging) and click inside the textbox nothing happens. I even tried to add an image control to the form and set the PopupButtonId of the CalendarExtender to the image, but even then I am unable to display the calendar control. What am I doing wrong??
Last reply by Eager_Beever, -
-
- Administrators
- 1 reply
- 2.3k views
I am trying to implement a Login validation using C# 2005 in ASP.net 2.0 web application. The SQL Server database contains a table named "UserList" with columns LoginId, Password and Role. The Login webform should authenticate the LoginId and password and depending upon the Role assigned to that user/visitor should redirect to a specific webform with a pre-defined menu options. The role might be Admin, DEO, Accounts or Member. How should I implement it? I have tried the following: protected void Login1_Authenticate(object sender, AuthenticateEventArgs e) { try { string uname = Login1.UserName.Trim(); string …
Last reply by PlausiblyDamp, -
-
- 0 replies
- 1.7k views
Re: CustomValidator not being called! I have a similar problem, i need to validate a dropdown. As u guys mentioned, i can use a label and make my own validation. but i am using AjaxCalloutExtender to display the message. I think it is only supported by inbuilt validator controls. How to i do this??
Last reply by Aritra, -
-
- Administrators
- 1 reply
- 1.7k views
Hi everyone, I am new to ASP.NET and would like some assistance. I'm trying to call an XML tag from a rss feed found online. the tag reads:<dc:subject>5</dc:subject> However, the compiler throws and error when running. Please help. The code is as follows: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="fr…
Last reply by PlausiblyDamp, -
-
- 5 replies
- 2.2k views
"Hi, everybody. I am developing a linear barcode system and I would like more details on linear barcodes such as what amount of data can them store? What type of data? Any other limitations? Any good source will be appreciated. "
Last reply by Lucien johnson, -
- 1 reply
- 4.7k views
I am trying to use BingMaps for a web application but I seem to have a brain fart when it comes to Javascript. I have a gridview populated server-side with addresses and Lat/Longs; I need to get read the column of the gridview via Javascript then trigger an 'addpin to map'. I guess I'm drawing a blank on how to get javascript to trigger once the gridview is loaded without additional actions by the user. Enter # -> Query database for all address which match -> Populate Gridview...now trigger javascript ot read columns and add pin to a map. Any help would be greatly appreciated.
Last reply by dotnetguy37, -
- 1 reply
- 4k views
hi.. in iframe the url not loading in chrome and safari browsers. how to handle this.. is it any other alternate for iframe in order to load URL tat should support all browsers. it is working only in IE. need ur suggetsions.. my page is like below: <html> <head runat="server"> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <body> <form id="form1" runat="server"> <iframe id="ifrmEBOOK" runat="server" width="100%" height="700px"></iframe> </form> </body> </html> regards gopal.s
Last reply by dotnetguy37, -
- 1 reply
- 3.1k views
hi.. give some examples fro Prism Framework CRUD Examples need ur suggetsions.. regards gopal.s
Last reply by dotnetguy37, -
- 0 replies
- 2.1k views
I was wondering if there is a way to redirect a url other then the old traditional way of creating a sub folder and an index page with a redirect. Basically I want to do something like this: http://www.mysite.com/123 and have it redirect to something else like http://www.mysite.com/987349872345324 but I do not want to have to create a sub folder with an index page that handles the redirect. Any help would be great. P.S. I would love to do it without using variables like http://www.mysite.com/?var=123 Thanks in advance.
Last reply by nate, -
- 1 reply
- 3.3k views
Anyone know how to turn panel contents or a web page into the property.text of another control? ie: -------- here is some text {pretend this is a textbox} in a html file and this just keeps going. There will be this that these and those and underneath is html that formats the this look. ----------- I just want to save the above to a property such as: Textbox1.Text = TheTextAboveWithFormat any help would be appreciated.
Last reply by nate, -
- 0 replies
- 2.6k views
I am using an AJAX slideshow extender on a home page for a client. It works great in IE & FireFox but it does not rotate in Chrome. This is a weird one I have not heard of. Any help or thoughts would be great. This is the site, it is the images on the home page. http://www.raglm.org
Last reply by nate,
-
Who's Online 0 Members, 0 Anonymous, 42 Guests (See full list)
- There are no registered users currently online