I have to agree with Dave, but do feel free to post any question or doubts u are facing... We'll be glad to help :) "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
R Thomas 0
Posts
-
please help me pass. -
User Control...Answered on the post above this "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
urgent about DataGrid web controlWhy do u want to delete it? any particular reason? Hiding doesn't do it for you? "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
Recommend a 3rd Party Grid Control? -
Recommend a 3rd Party Grid Control?u should try infragistics, it's pretty good. "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
Help NeededI am sorry but, I have to ask, how are u passing the values to the other page? if all you want is to pass a value from one page to another, why dont u try using a query string? or storing in a cookie perhaps? "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
Disconnected Data: Help!I have a suggestion that u might wanna look at, what you can do is to highlight those records that caused the problems and let user rectify. BTW : I am curious, how can u let user update fields that can cause DB error? wanna leave an example here? thx "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
What is more scientific...in case of more scientific, i think the neural network would be more scientific... btw : wats the meaning of -> IM PROUD TO BE A GMAIL; "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
User COntrolsalready answered in ASP.NET forum of CP "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
placeholder in usercontrolI haven't tried anything exactly like what you want, but what i can say based on my experience with such situations is that make sure ur uc1 is completely loaded before u proceed with ur further operations on uc1 good luck, do post any problems you might have.. "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
User ControlsI think you care too much about what ppl say than to find out on your own.;) anywho, IMHO, you should read up on user controls, user controls are usually good for static content, for more advanced usage you can always take a look at the mighty server controls. As for examples you can google for it. As for including the file, in user controls all you have to do is to put a user control onto your file so that at the page rendering time, asp.net can render it for you.. HTH... "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
Change date format in javascriptno.... could u help me out here..... how can i change my exsisting string -> Thu Jan 10 00:00:00 UTC+0800 2002 to a more normal string like "dd-MM-yyy" or something using the date object??? thx... "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
Change date format in javascripthi guys, this is one date that i have Thu Jan 10 00:00:00 UTC+0800 2002 can i change is to any other format eg. "dd-MM-yyyy hh:mm:ss" or something else using javascript on the client side? any help appreciated... thx "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
how to use the same variable in c#, in HTMLdo you mean that you want to assign a asp.net(C#) variable to a javascript variable or something? "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
Need GuidanceWhat you need to do is to look at the syllabus of ur MCA program, and decide, if that is what you want! "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
linki didn't try but did u try this : >Claims Processing note the = after the ?name HTH "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
Need GuidanceI dont agree with ppl who say MCA is not benificial. Also, MCA will definitely help you in Software Engineering and Web related technologies, which as you are your interests. If I were you, i'd take it up HTH "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
hyperlinkIn your servercontrol, you can add the hyperlink. if if you know the address that they need to go when users click it, then put it there or you can dynamically set it by passing parameter to your server control.. HTH "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
Datagrid Development Discussionits ok if u are not sure about xml... but the whole point is to NOT keep any records in the cache...:D "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
Datagrid Development DiscussionThanks for ur thoughts... but the thing is bringning 100,000 records to the client side is not a good idea, let alone storing it in cache... Moreover, i am trying to avoid post back... maybe trying to use some XML and XSLT? or something to pipe the data from DB to the client, without storing data in client.... "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18