- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
35 Posted Topics
Re: Hi Try this.. But i am not sure about this.. BusyBar.Template.FindName("artistLabel"); | |
Re: @shefeekj. I went through your site.. your are sending SMS from Mobile., good concept.. but is this is the way the Ozeki is also using? or do they have any different approach of which provides a SMS getway (Webservice) to us. | |
Re: _BLL.GetName(_myEntities); i hope this method returns string. Quick watch this.. myLabel.Text = session["getName"].ToString(); needs to return string... Check the is null condition with string and then convert it to string. | |
Re: ah good one... you need to more background work on VOIP... VOIP in Web... Most possible using API its easy. if not using API, then go for an opensource VOIP if available | |
Re: its simple... use ASP Menu... theres no need of clicking the Menu... IF you hover it on to the Main Menu it will display the submenu | |
Re: Simple... Access the Folder and get the FileName. Check the extension of Filee. If it is CSS then apply it to the Page as Page.Style dynamically | |
Re: u can use Css to your ModalPopupExtender to make UI rich. For Example u can use BackgroundCSSClass | |
Re: System.Windows will be.. java.awt.* ., what do you mean by VI? In C# MessageBox.Show and in VB it is MSGBOX | |
Re: what do you mean by External IP? Lan IP or Public IP? | |
Re: You can do one more thing Go to Visual Studio Properties --> Build Events --> In a Post Build Event --> Type like this copy "Your Source Location" "Destination Location",. Thats it. Visual studio will take care the rest of the things. i.e., it will copy the DLL From Source … | |
Re: Do you a need a SQL query or VB.NET CODE? | |
Re: Tell Me one thing.. Do You want extract Emails From you Gmail or hotmail Inobox? Is yes thats simple you need use IMAP or POP to extract all the mails | |
Re: Open the visual studio in administrator mode and try it out | |
Re: what you are saying is that the cost details are not displaying in Form? or do you want check the nulls , before inserting the data into DB? | |
Recently we are converting Datatable to List of Models.. I had a class called Person ( personid ,PersonChildId} and I implemented my class as public class Person { public Int64 PerosnId{ get; set; } public Int64 PersonChildID{ get; set; } } I sucessfully converted my Datatable to List<Person> by using … | |
Re: How you are transferring.... Tell me the which topic you are using Client --> Server, Remoting , Web Service ? if you are more clear then its easy to help you out | |
Re: Let us take an Example. We had an Office Microsoft in Hyderabad with a Network Name Called "MS Net". We had an another office called MS Dynamics in Chennai Called "MS Dynamics". MS Dynamics wants to give a project to Microsoft Company. But they Microsoft people has to work in … | |
Re: AFAIK To persist the data in our Page Life Cycle, We use State Management Mechanism. But to persist the object we use static Keyword. But be carefull if you are planning to implement this | |
Re: if (dtrRead.Read()) { Response.Write("<script>alert(' - User already exist')</script>"); } else if (dtra.Read()) { Response.Write("<script>alert(' - IC already exist')</script>"); } else if(dtrb.Read()){ Response.Write("<script>alert(' - Email already exist')</script>"); } yours Above Script is displaying same Messages. i think you are tired of doing CODE :) | |
Re: Hi I dont know in which event you are trying to this? But if it is a grid related event you can use findControl or BindingContainer to retreive textbox Value | |
Re: Check in the Chrome "Inspect Element" , whether your picture URL , is showing the correct path or not | |
Re: IF the orderid is AutoGenerated Column, afer insert get the value by calling MAX Function. Or use Stored Procedure Out Parameters (But this may completely change your code). Look into these lines clearly command.Parameters.Add("@OrdID", SqlDbType.NVarChar, 15); **Why are using the above Line?** And you are not ppassing any value to … | |
Re: Hi This is simple. First check whether you are able to connect Sql Server through SSMS or not.If you are able to connect through SSMS, then there may be a problem in connection string. If you are not able to connect through SSMS, then you had some problem with SQL … | |
Re: To supress the refresh, try with an UpdatePanel once.. so that the required part updates, and the width size will not change | |
Re: Check whether you r calling the right procedure or not. As per you code <asp:BoundField DataField="partyId" HeaderText="PARTY NAME"/> <asp:BoundField DataField="positionid" HeaderText="POSITION"/> Your data Fields are showing "ID's". So you may be confused with your exisitng flow. So check the flow properly , give your alias names correctly in the you … | |
Re: Hi, You had written your entire code in Constructor, Which says that, the code executes before the Form loads completely and your Pause function says that you are pausing the main thread, so that's why its taking 5 seconds time to load the Form and display the result. This looks … | |
Re: Hi, If i am not wrong, you are asking about grid view (ASP.NET). if yes this may help you. Use Header Style CSS and Footer style CSS with the position relative. | |
hi friends. i need a code snippet that how do i recieve custom headers from inbox using pop3 protocol/? | |
hi friends ? i am doing a simple mail progran.. but what i want is i want to recieve cusotm headers from the recieved mail? i used pop protocol for recieving emails..is it possible with pop? orelse should i use anyother protocol to get custom ehaders? help me out plz | |
hi friends, i am doing a project which is based on smtp mail server.. i need a class that ho we are accessing an message header or custom header for an incoming mails... | |
hai friends ? I am almost completing my C#.net.. but a small doubt is whether "string " data type is a reference type or value type? because in some books i find it as reference type and in some books i find it as value type which can store upto … | |
Re: hai .. well divide the form into two parts by splitter ... and one user interface as heading so that it will be usefull in evry from.. in the first half of your form arrange your chapters.. and in the second half arrange your quiz questins.. when u open first … | |
Re: good .. i had a small doubt that will it store the last three previous calculations? | |
Hai friends what is the difference between sealed class and private constructor any way both doesnt allow inheritance? If any difference please tell me? | |
hi friends..I am very new C# so please dont mine if anything is wrong in my code. actually i am doing a very small project in c# i.e Employee Tracking System well i completed my project but when i use image i am getting exception called Argument exception.. Actually my … |
The End.