Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K
~15.2K People Reached

35 Posted Topics

Member Avatar for singularity~
Member Avatar for lizhenfan
0
4K
Member Avatar for mody1983

@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.

Member Avatar for aruhat
0
532
Member Avatar for cyberdaemon

_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.

Member Avatar for cyberdaemon
0
104
Member Avatar for skliz

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

Member Avatar for skliz
0
207
Member Avatar for kumar89hitesh

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

Member Avatar for JorgeM
-1
94
Member Avatar for RT00220489

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

Member Avatar for JorgeM
0
205
Member Avatar for sukhanya

u can use Css to your ModalPopupExtender to make UI rich. For Example u can use BackgroundCSSClass

Member Avatar for BhuvanRam
0
79
Member Avatar for silvercats
Member Avatar for JOSheaIV
0
162
Member Avatar for harishbansal90
Member Avatar for ncaatrackstar

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 …

Member Avatar for BhuvanRam
0
560
Member Avatar for cromz
Member Avatar for khizer03

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

Member Avatar for margaret224
0
195
Member Avatar for CPT
Member Avatar for Ketsuekiame
0
383
Member Avatar for coder91

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?

Member Avatar for JorgeM
0
115
Member Avatar for BhuvanRam

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 …

Member Avatar for AleMonteiro
0
86
Member Avatar for myfit

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

Member Avatar for tinstaafl
0
202
Member Avatar for Devid Bujji

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 …

Member Avatar for live_up
0
151
Member Avatar for Dan301978

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

Member Avatar for BhuvanRam
0
75
Member Avatar for ku.heng.7

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 :)

Member Avatar for BhuvanRam
0
218
Member Avatar for mandyCheong

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

Member Avatar for ChrisHunter
0
141
Member Avatar for disjes

Check in the Chrome "Inspect Element" , whether your picture URL , is showing the correct path or not

Member Avatar for disjes
0
138
Member Avatar for ahmed_one

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 …

Member Avatar for ahmed_one
0
2K
Member Avatar for shahai.ali

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 …

Member Avatar for shahai.ali
0
94
Member Avatar for mlesniak

To supress the refresh, try with an UpdatePanel once.. so that the required part updates, and the width size will not change

Member Avatar for JorgeM
0
177
Member Avatar for cyberdaemon

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 …

Member Avatar for BhuvanRam
0
194
Member Avatar for fusionking

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 …

Member Avatar for BhuvanRam
0
348
Member Avatar for baladeveloper

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.

Member Avatar for baladeveloper
0
94
Member Avatar for BhuvanRam

hi friends. i need a code snippet that how do i recieve custom headers from inbox using pop3 protocol/?

0
59
Member Avatar for BhuvanRam

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

0
43
Member Avatar for BhuvanRam

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...

Member Avatar for Momerath
0
114
Member Avatar for BhuvanRam

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 …

Member Avatar for gusano79
0
314
Member Avatar for daniel955

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 …

Member Avatar for octavia
0
107
Member Avatar for frodo_man

good .. i had a small doubt that will it store the last three previous calculations?

Member Avatar for frodo_man
0
78
Member Avatar for BhuvanRam

Hai friends what is the difference between sealed class and private constructor any way both doesnt allow inheritance? If any difference please tell me?

Member Avatar for BhuvanRam
0
3K
Member Avatar for BhuvanRam

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 …

0
47

The End.