473,729 Members | 2,243 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Data Binding and Formatting Problem

Hello developers,

I bind my TextBox control specyfying a format stored in my application
global ApplicationCont ext object - it has a static string CurrencyFormat
property.

The problem - this works fine:

Text='<%# Eval("Price", ApplicationCont ext.CurrencyFor mat) %>'

but this does not:

Text='<%# Bind("Price", ApplicationCont ext.CurrencyFor mat) %>'
(Parser Error Message: A call to Bind was not well formatted)

Could anyone suggest a solution?
The objective: store format strings globally.

Thank you for any hints.

Thomas Jastrzebski
Jun 27 '08 #1
6 4605
Hi Tomasz,

Regarding on the Databinding expression issue you mentioned, I've performed
some tests and did encounter the behavior you mentioned. I've checked the
document, though the formatting of "Bind" is not definitely documented, it
mentioned that Bind doesn't provide the exact same set of databound
functionality like Eval. For example, Eval support complex hierarchy class
object databound while Bind not. The NumberFomatInfo should also be
limited by the Bind expression. I'll help you forward the problem to some
other ASP.NET engineers to see whether they have any further ideas on this.
You can also submit the problem to our connect site:

http://connect.microsoft.com/feedbac...spx?SiteID=210

So far, as a workaround, you may need to use Eval instead of Bind for the
display formatting. And manually set the parameter for editing/updating.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: "Tomasz J" <oe****@nospam. nospam>
Subject: Data Binding and Formatting Problem
Date: Thu, 17 Apr 2008 00:23:31 +0200
>
Hello developers,

I bind my TextBox control specyfying a format stored in my application
global ApplicationCont ext object - it has a static string CurrencyFormat
property.

The problem - this works fine:

Text='<%# Eval("Price", ApplicationCont ext.CurrencyFor mat) %>'

but this does not:

Text='<%# Bind("Price", ApplicationCont ext.CurrencyFor mat) %>'
(Parser Error Message: A call to Bind was not well formatted)

Could anyone suggest a solution?
The objective: store format strings globally.

Thank you for any hints.

Thomas Jastrzebski
Jun 27 '08 #2
This issue has been described as item 338632
https://connect.microsoft.com/Visual...dbackID=338632

Thanks,

Thomas Jastrzebski

"Steven Cheng [MSFT]" <st*****@online .microsoft.comw rote in message
news:YP******** *******@TK2MSFT NGHUB02.phx.gbl ...
Hi Tomasz,

Regarding on the Databinding expression issue you mentioned, I've
performed
some tests and did encounter the behavior you mentioned. I've checked the
document, though the formatting of "Bind" is not definitely documented, it
mentioned that Bind doesn't provide the exact same set of databound
functionality like Eval. For example, Eval support complex hierarchy
class
object databound while Bind not. The NumberFomatInfo should also be
limited by the Bind expression. I'll help you forward the problem to some
other ASP.NET engineers to see whether they have any further ideas on
this.
You can also submit the problem to our connect site:

http://connect.microsoft.com/feedbac...spx?SiteID=210

So far, as a workaround, you may need to use Eval instead of Bind for the
display formatting. And manually set the parameter for editing/updating.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no
rights.

--------------------
>>From: "Tomasz J" <oe****@nospam. nospam>
Subject: Data Binding and Formatting Problem
Date: Thu, 17 Apr 2008 00:23:31 +0200
>>
Hello developers,

I bind my TextBox control specyfying a format stored in my application
global ApplicationCont ext object - it has a static string CurrencyFormat
property.

The problem - this works fine:

Text='<%# Eval("Price", ApplicationCont ext.CurrencyFor mat) %>'

but this does not:

Text='<%# Bind("Price", ApplicationCont ext.CurrencyFor mat) %>'
(Parser Error Message: A call to Bind was not well formatted)

Could anyone suggest a solution?
The objective: store format strings globally.

Thank you for any hints.

Thomas Jastrzebski

Jun 27 '08 #3
Hi Tomasz,

Thanks for infoming me this. I've forward this issue to some other ASP.NET
engineers (also include the connect report link). I'll update you if I get
any new information.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Tomasz J" <oe****@nospam. nospam>
References: <##************ **@TK2MSFTNGP05 .phx.gbl>
<YP************ ***@TK2MSFTNGHU B02.phx.gbl>
>Subject: Re: Data Binding and Formatting Problem
Date: Thu, 17 Apr 2008 11:39:04 +0200
>This issue has been described as item 338632
https://connect.microsoft.com/Visual...ack.aspx?Feedb
ackID=338632
>
Thanks,

Thomas Jastrzebski

"Steven Cheng [MSFT]" <st*****@online .microsoft.comw rote in message
news:YP******* ********@TK2MSF TNGHUB02.phx.gb l...
>Hi Tomasz,

Regarding on the Databinding expression issue you mentioned, I've
performed
some tests and did encounter the behavior you mentioned. I've checked
the
>document, though the formatting of "Bind" is not definitely documented,
it
>mentioned that Bind doesn't provide the exact same set of databound
functionalit y like Eval. For example, Eval support complex hierarchy
class
object databound while Bind not. The NumberFomatInfo should also be
limited by the Bind expression. I'll help you forward the problem to
some
>other ASP.NET engineers to see whether they have any further ideas on
this.
You can also submit the problem to our connect site:

http://connect.microsoft.com/feedbac...spx?SiteID=210

So far, as a workaround, you may need to use Eval instead of Bind for the
display formatting. And manually set the parameter for editing/updating.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you.
Please
>feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

============== =============== =============== ======
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
>ications.

============== =============== =============== ======
This posting is provided "AS IS" with no warranties, and confers no
rights.

--------------------
>>>From: "Tomasz J" <oe****@nospam. nospam>
Subject: Data Binding and Formatting Problem
Date: Thu, 17 Apr 2008 00:23:31 +0200
>>>
Hello developers,

I bind my TextBox control specyfying a format stored in my application
global ApplicationCont ext object - it has a static string CurrencyFormat
property.

The problem - this works fine:

Text='<%# Eval("Price", ApplicationCont ext.CurrencyFor mat) %>'

but this does not:

Text='<%# Bind("Price", ApplicationCont ext.CurrencyFor mat) %>'
(Parser Error Message: A call to Bind was not well formatted)

Could anyone suggest a solution?
The objective: store format strings globally.

Thank you for any hints.

Thomas Jastrzebski


Jun 27 '08 #4
Hi Tomasz,

After some further consulting, I've got some information on the Bind
expression from some ASP.NET dev engineer. They told me that this is an
by-design behavior. The Bind() statement doesn't allow specifying any
format info. It just allows a a field name and an optional format string.

And one of the dev engineers has published a blog entry describe how bind
expression works:

http://weblogs.asp.net/leftslipper/a...net-databindin
g-deals-with-eval-and-bind-statements.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Content-Transfer-Encoding: 7bit
From: st*****@online. microsoft.com (Steven Cheng [MSFT])
Organization : Microsoft
Date: Fri, 18 Apr 2008 06:56:24 GMT
Subject: Re: Data Binding and Formatting Problem
>
Hi Tomasz,

Thanks for infoming me this. I've forward this issue to some other
ASP.NET
>engineers (also include the connect report link). I'll update you if I get
any new information.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microso ft.com.

============== =============== =============== ======
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ault.aspx#noti
f
>ications.

============== =============== =============== ======
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>>From: "Tomasz J" <oe****@nospam. nospam>
References: <##************ **@TK2MSFTNGP05 .phx.gbl>
<YP*********** ****@TK2MSFTNGH UB02.phx.gbl>
>>Subject: Re: Data Binding and Formatting Problem
Date: Thu, 17 Apr 2008 11:39:04 +0200
>>This issue has been described as item 338632
https://connect.microsoft.com/Visual...back.aspx?Feed
b
>ackID=338632
>>
Thanks,

Thomas Jastrzebski

"Steven Cheng [MSFT]" <st*****@online .microsoft.comw rote in message
news:YP****** *********@TK2MS FTNGHUB02.phx.g bl...
>>Hi Tomasz,

Regarding on the Databinding expression issue you mentioned, I've
performed
some tests and did encounter the behavior you mentioned. I've checked
the
>>document, though the formatting of "Bind" is not definitely documented,
it
>>mentioned that Bind doesn't provide the exact same set of databound
functionali ty like Eval. For example, Eval support complex hierarchy
class
object databound while Bind not. The NumberFomatInfo should also be
limited by the Bind expression. I'll help you forward the problem to
some
>>other ASP.NET engineers to see whether they have any further ideas on
this.
You can also submit the problem to our connect site:

http://connect.microsoft.com/feedbac...spx?SiteID=210

So far, as a workaround, you may need to use Eval instead of Bind for
the
>>display formatting. And manually set the parameter for editing/updating.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments
and
>>suggestions about how we can improve the support we provide to you.
Please
>>feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

============= =============== =============== =======
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ault.aspx#noti
f
>>ications.

============= =============== =============== =======
This posting is provided "AS IS" with no warranties, and confers no
rights.

--------------------
From: "Tomasz J" <oe****@nospam. nospam>
Subject: Data Binding and Formatting Problem
Date: Thu, 17 Apr 2008 00:23:31 +0200
Hello developers,

I bind my TextBox control specyfying a format stored in my application
global ApplicationCont ext object - it has a static string CurrencyFormat
property.

The problem - this works fine:

Text='<%# Eval("Price", ApplicationCont ext.CurrencyFor mat) %>'

but this does not:

Text='<%# Bind("Price", ApplicationCont ext.CurrencyFor mat) %>'
(Parser Error Message: A call to Bind was not well formatted)

Could anyone suggest a solution?
The objective: store format strings globally.

Thank you for any hints.

Thomas Jastrzebski




Jun 27 '08 #5
Thanks.

I know Bind does not support format info. I never tried to use it that way.
The point is that it does not also support format string as expressions. It
supports constant strings - predefined formats only.

Thomas
"Steven Cheng [MSFT]" <st*****@online .microsoft.comw rote in message
news:L3******** ******@TK2MSFTN GHUB02.phx.gbl. ..
Hi Tomasz,

After some further consulting, I've got some information on the Bind
expression from some ASP.NET dev engineer. They told me that this is an
by-design behavior. The Bind() statement doesn't allow specifying any
format info. It just allows a a field name and an optional format string.

And one of the dev engineers has published a blog entry describe how bind
expression works:

http://weblogs.asp.net/leftslipper/a...net-databindin
g-deals-with-eval-and-bind-statements.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>>Content-Transfer-Encoding: 7bit
From: st*****@online. microsoft.com (Steven Cheng [MSFT])
Organizatio n: Microsoft
Date: Fri, 18 Apr 2008 06:56:24 GMT
Subject: Re: Data Binding and Formatting Problem
>>
Hi Tomasz,

Thanks for infoming me this. I've forward this issue to some other
ASP.NET
>>engineers (also include the connect report link). I'll update you if I get
any new information.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@micros oft.com.

============= =============== =============== =======
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ault.aspx#noti
f
>>ications.

============= =============== =============== =======
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>>>From: "Tomasz J" <oe****@nospam. nospam>
References : <##************ **@TK2MSFTNGP05 .phx.gbl>
<YP********** *****@TK2MSFTNG HUB02.phx.gbl>
>>>Subject: Re: Data Binding and Formatting Problem
Date: Thu, 17 Apr 2008 11:39:04 +0200
>>>This issue has been described as item 338632
https://connect.microsoft.com/Visual...back.aspx?Feed
b
>>ackID=33863 2
>>>
Thanks,

Thomas Jastrzebski

"Steven Cheng [MSFT]" <st*****@online .microsoft.comw rote in message
news:YP***** **********@TK2M SFTNGHUB02.phx. gbl...
Hi Tomasz,

Regarding on the Databinding expression issue you mentioned, I've
performed
some tests and did encounter the behavior you mentioned. I've checked
the
>>>document, though the formatting of "Bind" is not definitely documented,
it
>>>mentioned that Bind doesn't provide the exact same set of databound
functionalit y like Eval. For example, Eval support complex hierarchy
class
object databound while Bind not. The NumberFomatInfo should also be
limited by the Bind expression. I'll help you forward the problem to
some
>>>other ASP.NET engineers to see whether they have any further ideas on
this.
You can also submit the problem to our connect site:

http://connect.microsoft.com/feedbac...spx?SiteID=210

So far, as a workaround, you may need to use Eval instead of Bind for
the
>>>display formatting. And manually set the parameter for
editing/updating.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments
and
>>>suggestion s about how we can improve the support we provide to you.
Please
>>>feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

============ =============== =============== ========
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ault.aspx#noti
f
>>>ications.

============ =============== =============== ========
This posting is provided "AS IS" with no warranties, and confers no
rights.

--------------------
>From: "Tomasz J" <oe****@nospam. nospam>
>Subject: Data Binding and Formatting Problem
>Date: Thu, 17 Apr 2008 00:23:31 +0200

>
>Hello developers,
>
>I bind my TextBox control specyfying a format stored in my application
>global ApplicationCont ext object - it has a static string
>CurrencyFo rmat
>property .
>
>The problem - this works fine:
>
>Text='<% # Eval("Price", ApplicationCont ext.CurrencyFor mat) %>'
>
>but this does not:
>
>Text='<% # Bind("Price", ApplicationCont ext.CurrencyFor mat) %>'
>(Parser Error Message: A call to Bind was not well formatted)
>
>Could anyone suggest a solution?
>The objective: store format strings globally.
>
>Thank you for any hints.
>
>Thomas Jastrzebski
>
>
>



Jun 27 '08 #6
Hi Tomasz,

Yes, only a simple constant format string is allowed in the Bind
expression. Actually, as Elion mentioned in his blog entry, Bind expression
will not allow any format expression that is generated by additional
function call or operates.

However, I think it's a good suggestion that the Bind expression be
improved to support more formatting options. You're welcome to post your
comments to our connect site:

#Visual Studio and .NET Framework - English
http://connect.microsoft.com/feedbac...spx?SiteID=210

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Tomasz J" <oe****@nospam. nospam>
Subject: Re: Data Binding and Formatting Problem
Date: Wed, 23 Apr 2008 11:33:55 +0200
>Thanks.

I know Bind does not support format info. I never tried to use it that way.
The point is that it does not also support format string as expressions.
It
>supports constant strings - predefined formats only.

Thomas
"Steven Cheng [MSFT]" <st*****@online .microsoft.comw rote in message
news:L3******* *******@TK2MSFT NGHUB02.phx.gbl ...
>Hi Tomasz,

After some further consulting, I've got some information on the Bind
expression from some ASP.NET dev engineer. They told me that this is an
by-design behavior. The Bind() statement doesn't allow specifying any
format info. It just allows a a field name and an optional format string.

And one of the dev engineers has published a blog entry describe how bind
expression works:

http://weblogs.asp.net/leftslipper/a...net-databindin
>g-deals-with-eval-and-bind-statements.aspx

Sincerely,

Steven Cheng

Jun 27 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1698
by: Saix News | last post by:
hi, i have a dataset and a number of controls that are bound to it. some of the records being displayed are numerical and are bound to text boxes. they display without a problem but i would like to be able to format the numbers being displayed using thousand separators, etc. could someone please point me in the right direction as to how to do this - i have not been able to find a way of doing this.
3
2042
by: Richard Urwin | last post by:
I'm using C# and having problems getting the 'Parse' EventHandler of my binding object to be called. Interestingly, the 'Format' method is always called however. A code snippet: (rdDocument is a private member field of the class and has a string-type property called 'Name') Binding bName = new Binding("Text", rdDocument, "Name"); bName.Format += new ConvertEventHandler(teName_Format); bName.Parse += new...
2
9623
by: | last post by:
I've defined an ObjectDataSource against a dataset, and I can bind the ObjectDataSource's members to data controls. I'm wondering how to take the values in an ObjectDataSource and programmatically manipulate them before they're bound to any data control. I'd be using them almost like you'd use recordset fields from Classic ADO. In other words, I would like to grab the value corresponding to a publication date from my database, use the...
4
3232
by: hope | last post by:
Hi, How can I format a string field using Data Formatting Expression property in datagrid? For example: format last name from BROWN to Brown. Thanks
1
3916
by: msmcg | last post by:
I need to format the data in some textboxes using the Binding method with custom Currency and ShortDate format and parse handlers. Here is the code that I am using. I call it on the form load event: Private Sub setTextBoxDataBindings()
1
1225
by: Parveen | last post by:
I noticed that any formatting of the grid before data binding is lost after the grid is bound to a data table in the dataset. Is it possible to format the appearance of the data that shows up in the data grid after data binding (i.e. changing column names, giving combolists for columns, etc)?
10
1919
by: Fares Eidi | last post by:
I am a VB6 intermediate programmer just starting out using VB.net and would like to ask what I'd be missing out on if I just use time saving techniques like data binding, data adapter wizards etc to create my front end application. Building the data access forms using manual coding just seems like a lot of work.... Any guidance would be appreciated Fares
7
12697
by: Chris | last post by:
Where can I find a fairly comprehensive list of the formatting codes used when data binding. e.g. <%# Bind("Debit", "{0:C}") %>. Specifically formatting a number to 2 decimal places. Regards, Chris.
1
1257
by: =?Utf-8?B?Q2hyaXMgRy4=?= | last post by:
Hey all, I'm coming from the ColdFusion world and am pretty new to .Net2. My issue is, I've got a page where the content (with html formatting included) is stored in a db table field. In MS Access, the field type was Memo, in SSExpress I'm using nvarchar(max). When I try to display the contents/paragraphs in my aspx page (using Gridview) , I see all the html coding & formatting characters. Am I using the right data type? Should I be...
0
8913
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
9200
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9142
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6016
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4525
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4795
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3238
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2677
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2162
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.