Forum: ASP.NET Jul 1st, 2009 |
| Replies: 1 Views: 720 Hi,
I have a page which needs to collect data from user in steps. I have used the Multiview and then four views in that multiview as i have four steps to follow.
In last step i mean in step four... |
Forum: ASP May 25th, 2009 |
| Replies: 7 Views: 1,880 asp_see
you will need to detect the client device and then redirect to your sub domain and most importantly you need to rewrite all code for the display logic but still you can use your existing... |
Forum: ASP May 25th, 2009 |
| Replies: 1 Views: 844 add not post back condition in page load
like this
if(!IsPostBack)
{
Response.AppendHeader("Refresh", "10");
} |
Forum: ASP May 25th, 2009 |
| Replies: 2 Views: 594 |
Forum: ASP May 25th, 2009 |
| Replies: 2 Views: 606 Who said asp.net is best choice for programmers.
I dont agree with this statement, infact every language has it's own functionality and flavour. And a programmer loves to work with any language of... |
Forum: ASP May 25th, 2009 |
| Replies: 3 Views: 1,430 You need to verify your javascript code if it is working correctly?
I think you are not setting the return type for JS function DoEdits(). |
Forum: ASP May 25th, 2009 |
| Replies: 0 Views: 474 If someone have any idea how to get the IPN post from paypal server after user payment.
Currently i have been redirected to success page after user make payment but my IPN script is not getting... |
Forum: ASP.NET Oct 23rd, 2008 |
| Replies: 4 Views: 1,161 Humm
This seems to be very intresting problem but very easy still good to be a final year project.
Regarding the technologies .NEt is the best for these kind of projects this supports the file... |
Forum: ASP.NET Oct 23rd, 2008 |
| Replies: 0 Views: 501 Hi,
I am using the freetextbox control in my page.
This is used to design the pages on run time. But problem is that when i write the text first time to save this is working fine and showing the... |
Forum: C# Sep 3rd, 2008 |
| Replies: 2 Views: 1,489 string test="GoodLuck";
test=test.Substring(0,test.Length-4);
This will remove the last four characters from the string |
Forum: ASP.NET Sep 2nd, 2008 |
| Replies: 0 Views: 1,439 Here i am attatching the source code and the excel file. When i use this code it generates the error , "The external table is not in correct format'.
Code:
private string StrConn = "";
... |
Forum: Windows NT / 2000 / XP Aug 5th, 2008 |
| Replies: 2 Views: 544 Thanks for your guidence.
I have created the ISO image file using the "Folder2Iso" software. But still when i run my Virtual Machine it reboots and gave the error invalid boot disk. I have selected... |
Forum: Windows NT / 2000 / XP Aug 4th, 2008 |
| Replies: 2 Views: 544 How to install the Win XP on virtual PC I have not CD rom attatched with my PC. |
Forum: C# Aug 4th, 2008 |
| Replies: 2 Views: 1,698 Thanks, KMikeT
This is really helpful and contains all the basic concepts i was looking for. Thanks again. |
Forum: C# Aug 4th, 2008 |
| Replies: 1 Views: 4,995 I am getting thid error while opening an excel file. Plz help me why this is happening.
In fact when i run my application on my computer it works but it generates this error when applications is... |
Forum: C# Aug 2nd, 2008 |
| Replies: 0 Views: 1,847 If i can use the sendkeys method to
1. Open txt file
2. Set Orientation settings
3. Save txt file
What will be the keys combination? |
Forum: C# Aug 1st, 2008 |
| Replies: 1 Views: 400 Please some one help to build my concept that what are com components. |
Forum: IT Professionals' Lounge Aug 1st, 2008 |
| Replies: 4 Views: 905 Why you not go for some project in Networking. It is very hot topic now a days specially the Wireless Networking.
For example you can do some work with wifi , or wimax.
Dont you agree. |
Forum: C# Aug 1st, 2008 |
| Replies: 2 Views: 1,698 I want to use the printPreviewDialog control to view the print preview of a document.
I am using this code
Dim oPD As New PrintDocument
oPD.DocumentName = TextBox1.Text... |
Forum: C# Jul 30th, 2008 |
| Replies: 3 Views: 6,915 Hi Dear,
Here i have a suggestion for u, I am not sure if it will be useful in your case but still i am sharing. I was also wufering to open an xml file with proper formating then after googling i... |
Forum: C# Jul 30th, 2008 |
| Replies: 0 Views: 814 Hi,
I am using the acrobat com control on my form and setting the loadfile property to load the pdf file it is working fine here is my code to load pdf file and hiding the toolbar of acrobat control... |
Forum: C# Jul 29th, 2008 |
| Replies: 4 Views: 3,210 Here is the command prompt commands to generate hte script of database tables and the data in these tables.
But to use these commands you have to download and install "DatabasePublishingWizard"... |
Forum: C# Jul 25th, 2008 |
| Replies: 10 Views: 3,794 If you cant understand any problem then dont post your nonsense answers to get increased posts. Understand. |
Forum: C# Jul 24th, 2008 |
| Replies: 10 Views: 3,794 Thank you all guys here submitted the code and instructions.
But printing in this way formatting will be omitted which is not solution of my problem i want to print the xml file with proper... |
Forum: ASP.NET Jul 24th, 2008 |
| Replies: 12 Views: 2,274 Try to set the selected index of the dropdown to 0 after adding all items to the control and do the items addition in not post back condition like this...
if not (page.ispostback)
your code to... |
Forum: C# Jul 24th, 2008 |
| Replies: 0 Views: 1,803 If someone have any idea that how to check that a file is added to the printer queue.
Here is my case details
Process p = new Process();
p.StartInfo.FileName = fileAddress;
... |
Forum: VB.NET Jul 22nd, 2008 |
| Replies: 3 Views: 1,144 Thank you,
I fact i have posted this after searching over two days over internet but still unable to find a way to print the XML file to printer. Please help me. |
Forum: C# Jul 22nd, 2008 |
| Replies: 10 Views: 3,794 Thanks Amir,
Read XML data into a dataset then use the next link which is used to print a dataset.
http://www.thescarms.com/dotNet/printdataset.aspx
Thank you for your help but, This seems... |
Forum: C# Jul 22nd, 2008 |
| Replies: 10 Views: 3,794 Thanks, But i want to print the xml file to printer not to consol. If i can print to printer by using the xmldocument object. |
Forum: Visual Basic 4 / 5 / 6 Jul 21st, 2008 |
| Replies: 2 Views: 582 Please clerify your scenerio, then i will be able to help you? |
Forum: VB.NET Jul 21st, 2008 |
| Replies: 3 Views: 1,144 If someone has any idea that how to print the xml file. |
Forum: C# Jul 21st, 2008 |
| Replies: 10 Views: 3,794 If someone has any idea that how to print the xml file. |
Forum: C# Jul 9th, 2008 |
| Replies: 4 Views: 1,887 Do you tried this .,
System.Convert.ToInt32(nsk_PromoCriteriaDataGridView.SelectedRows.Cells[0].Value); |
Forum: C# Jul 9th, 2008 |
| Replies: 6 Views: 15,287 in the key down event of text box write this code
if e.KeyCode=Keys.Enter then
send.keys("tab")
end if |
Forum: C# Jul 8th, 2008 |
| Replies: 0 Views: 1,598 I am using the following code to print a file, this working fine but i am not sure that why this is printing with default printer, i want to use the printer specified in this line... |
Forum: C# Jul 7th, 2008 |
| Replies: 9 Views: 1,339 Thanks Sierra what books or material do to recomend to prepair these exams.
If is there any web site to download the required material books in PDF format. |
Forum: C# Jul 5th, 2008 |
| Replies: 1 Views: 1,122 I am also facing the same problem please someone help up |
Forum: C# Jul 5th, 2008 |
| Replies: 9 Views: 1,339 hi sierrainfo,
You seems to be very helpful to the beginners i need your help.
I want to start certified my self with microsoft certification. I have some experience with .Net programming and have... |
Forum: ASP.NET Jul 5th, 2008 |
| Replies: 1 Views: 2,410 try this
ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.FileName = "NOTEPAD.EXE";
startInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Maximized ;
... |
Forum: ASP.NET Jul 5th, 2008 |
| Replies: 12 Views: 2,274 enable the autopost back of the dropdown list and then in selected index changed event get the selected value.
when you click the dropdown it will show the items and after you click any item the... |