Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~7K People Reached
Favorite Tags
Member Avatar for crazyvonzipper

Good day. I have a friend who wants to start a business that offer paid telephonic support. How it needs to work is that someone must book a time slot, enter their credit card details or do some sort of payment, and then be allowed to talk to the operator …

Member Avatar for Dani
0
105
Member Avatar for crazyvonzipper

Hi Guys. We are seeking to create a wireless wide area network in an area that is saturated in wireless ubiquiti antennas. We have tried our own ubiquity antennas and have discovered that there is way too much noise in the area for the equipment to function properly. The areas …

Member Avatar for rproffitt
0
315
Member Avatar for crazyvonzipper

Hi guys. I have two servers: 1. Client Facing Production Server 2. API Server. The Client facing sever (Server1) sends requests to the API Server (Server2). Server2 is hosted with one staric IP address and is accessible through three domain names, e.g. **www.domain1.com**, **domain1.com**, **test.domain2.com**. Often times the Server1 seems …

0
187
Member Avatar for crazyvonzipper

Hi DaniWeb People. I am not really a network guy so please excuse me if this is a silly question. I want to find out if it is possible for me to set up one server that allows me to create various user profiles and let employees log into the …

Member Avatar for rproffitt
0
336
Member Avatar for UK-1991

Hello, I am trying to create a little bit tricky part I thought I would be sucessfull but it didn't happend. Okay so I created a form having multiple field with the same name like users adds package details so it depends on him how much he would be able …

Member Avatar for mattster
0
344
Member Avatar for Darsh95

hi im new to javascript and im attempting it for the first time. im using framework 4.5, asp.net, c#. i need help in with the javascript. i need calculate quotation and display the information. heres my code so far model.cs public class QuotationView { [Display(Name = "Pickup Address")] [Required(ErrorMessage = …

Member Avatar for ryantroop
0
311
Member Avatar for crazyvonzipper

Hi al you wonderful daniweb peoplez :) I am currently on a mission to write some cool javascript / jquery / ajax controls and now i realised that if I call the control multiple times it seems to lose scope. I realise that this is a small design flaw, and …

0
239
Member Avatar for crazyvonzipper

Hi All. For some odd reason it feels like this should be an extremely easy principle but yet I cannot seem to do this properly. I know that there might be other ways to accomplish this but for the sake of my current project, i require this. What i need …

Member Avatar for pritaeas
0
273
Member Avatar for crazyvonzipper

Hi there guys, I have quite a stupid question which for some reason I cannot wrap my head around. I have a table with supposed 4 cells (2 rows x 2 columns) but I want to set the 2nd column's rowspan to 2 making 3 cells <table> <tr> <td id="cell1" …

Member Avatar for crazyvonzipper
0
158
Member Avatar for crazyvonzipper

Hi There, I am quite new to simpleXML and I would like to know how I can access child nodes by index singe I do not have the node name The XML would look like this: <?xml version="1.0" encoding="UTF-8"?> <Root> <SubRoot> <Content ItemType="ItemType1"> <ItemDetails> <ItemDetail> <City Code="CPT"><![CDATA[Cape Town]]> </City> <Item …

Member Avatar for Mike Askew
0
256
Member Avatar for zxc123

I have a form with a textbox and I want that textbox to read from text file ,manipulate information in text file and write it to another text file. read each line and when see -- into line break and continue next line until to file end.this code have problem …

Member Avatar for k1robert
0
435
Member Avatar for loserspearl

I'm trying to have my panels overlap, but visual studio is placing my second panel INSIDE the main panel, I want them to be purely independent of one another. I have my main menu panel and when the user clicks a button that menu panel is disabled and changed to …

Member Avatar for crazyvonzipper
0
891
Member Avatar for crazyvonzipper

Dear Daniweb members. I am having quite a troublesome time here with OleDb. What I am trying to achieve is to allow my users to connect to an uploaded Excel workbook, then to be able to select data from the sheets. I have a query designer in the front end …

0
171
Member Avatar for crazyvonzipper

HI. I have a situation where we need to pull data from multiple data sources into one dataset. Once we have the data in one dataset we would like to somehow manage to execute some sort of [complex] select query on the data in order to generate a new DataTable …

Member Avatar for Michael27
0
262
Member Avatar for sherinpoulose

I have only one content placeholder.my problem is earlier i had two content place holders.now i removed one.Then my master page design was showing while running. but when i was removing that not needed content placeholder tag from all aspx pages, in the middle i saw that master page design …

Member Avatar for ShivaSaurabh
0
227
Member Avatar for crazyvonzipper

HI i am trying to convert a doc file to a pdf file. please see my conversion code below [CODE] private string m_SourceFilePath; private string m_DestFilePath; public bool DoConversion() { bool returnValue; Word.WdExportFormat exportFormat = Microsoft.Office.Interop.Word.WdExportFormat.wdExportFormatPDF; object paramMissing = Type.Missing; Word.ApplicationClass wordApplication = new Word.ApplicationClass(); Word.Document wordDocument = null; try …

0
134
Member Avatar for butz17

guys, i need some help here regarding on the appearance of my background image for my table. i tried to place the image already inside the folder "WebApplication1" where my project is located but the image still is not visible in my table. im using the Mozilla Firefox as my …

Member Avatar for butz17
0
231
Member Avatar for vinaysrk919

what code i will use in asp.net to insert,update,delete & select data into oracle 10g..

Member Avatar for Netcode
0
147
Member Avatar for shashi_dongare

i am using IECAPT.exe for exporting the web page.IECAPT.exe exports it in image format I m getting some problems related to IECAPT.exe.It is working perfectly on all operating system. But when i deploy my ASP.NET application to windows Server 2003 then it is calling IECAPT.exe but exporting blank image with …

Member Avatar for shashi_dongare
0
115
Member Avatar for tatarao25

hi all, I hosted my website in iis6 in windows server 2003 having one application pool running 2 w3wp.exe process. problem i am facing, when one process exceeds is size Limit it is transferring to 2nd process while transforming it is taking long time and it is showing Time out …

Member Avatar for crazyvonzipper
0
85
Member Avatar for crazyvonzipper

Hi, I am experiencing some abnormal application behavior. I wrote an application in C# that does hourly database , as well as directory backups. Its constructed in a way that all settings are saved in XML file. and once the user allows the application to start doing the scheduled backups, …

0
76
Member Avatar for zack_falcon

I've constructed an inventory program that relies on a database for information. Previously, I've used Access 2007, because it is easy and n00b friendly. Unfortunately, I'm not so sure Access can handle the requirements (Multiple simultaneous users over a LAN connection). So I switched to SQL Server 2005 Express. And …

Member Avatar for zack_falcon
0
148
Member Avatar for ajinkya112

Hey Guys, Currently, I am doing a project. I don't know how to pass a value from one windows form to another windows form using c#.net. Suppose, I have two forms parent form and child form. Parent form consists of a combo box & button and I want to pass …

Member Avatar for crazyvonzipper
0
2K
Member Avatar for crazyvonzipper

Good day, i am creating a component, with an enum property for the property grid. [CODE] // The DataSources enumeration. public enum DataSources { MSSQL = 0, MYSQL = 1, POSTGRESQL = 2, ORACLE = 3, DSN = 4, EXCEL = 5, ACCESS = 6, } private DataSources m_DataSources; /// …

0
71